Update shared.lua

This commit is contained in:
Astrxw
2026-07-15 17:20:18 +02:00
committed by GitHub
parent cf61bbd0c3
commit 40139a1a4a
+1 -1
View File
@@ -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()