mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 19:28:52 +00:00
add 0
This commit is contained in:
@@ -751,7 +751,7 @@ local DoNotUse = {
|
||||
AddEventHandler('onResourceStart', function(key)
|
||||
if DoNotUse[string.lower(key)] then
|
||||
while GetResourceState(key) ~= 'started' do
|
||||
Wait()
|
||||
Wait(0)
|
||||
end
|
||||
|
||||
StopResource(key)
|
||||
|
||||
Reference in New Issue
Block a user