mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
change "Shared Load Detected" to a debugPrint
This commit is contained in:
@@ -110,7 +110,7 @@ function onResourceStart(func, thisScript)
|
||||
AddEventHandler('onResourceStart', function(resourceName)
|
||||
if getScript() == resourceName and (thisScript or true) then
|
||||
if waitForSharedLoad() then
|
||||
print("^6Bridge^7: ^2Shared Load Detected^7.")
|
||||
debugPrint("^6Bridge^7: ^2Shared Load Detected^7.")
|
||||
if isStarted(ESXExport) then Wait(10000) end
|
||||
func()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user