diff --git a/shared/_loaders.lua b/shared/_loaders.lua index 9c2c92e..3112745 100644 --- a/shared/_loaders.lua +++ b/shared/_loaders.lua @@ -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