mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
Update shared.lua
This commit is contained in:
@@ -20,7 +20,7 @@ function xLib.waitFor(cb, errMessage, timeout, interval)
|
||||
end
|
||||
|
||||
if timeout ~= false and type(timeout) ~= 'number' then
|
||||
timeout = 1000
|
||||
timeout = 5000
|
||||
end
|
||||
|
||||
local start = timeout and GetGameTimer()
|
||||
|
||||
Reference in New Issue
Block a user