Merge pull request #1186 from xxjordi/dev

Fix es_extended/server/main.lua
This commit is contained in:
TheFantomas
2023-08-24 19:04:49 +02:00
committed by GitHub
+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)