Fix es_extended/server/main.lua

This commit is contained in:
Jordi
2023-08-24 17:52:58 +01:00
committed by GitHub
parent 3d7b942c11
commit 7908d11e98
+1 -1
View File
@@ -725,4 +725,4 @@ AddEventHandler('onResourceStart', function(key)
StopResource(key)
print(("[^1ERROR^7] WE STOPPED A RESOURCE THAT WILL BREAK ^1ESX^7, PLEASE REMOVE ^5%s^7"):format(key))
end
end
end)