Fix toggleDuty() for ESX

This commit is contained in:
Jim Shield
2025-07-07 00:09:34 +01:00
parent 7c47de5dc0
commit d6fd2cc28c
2 changed files with 16 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ function onResourceStart(func, thisScript)
debugPrint("^6Bridge^7: ^2Shared Load Detected^7.")
hasPrinted = true
end
if isStarted(ESXExport) then Wait(10000) end
func()
end
end