From 20509e5cc2bb35cd0809bc4a0f52cbaa674d43dc Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 24 Jan 2024 23:33:39 +0000 Subject: [PATCH] Fix Typo Update wrapper.lua - Fixed a typo on line 141 prevents this update from loading. --- wrapper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper.lua b/wrapper.lua index 3f9ef34..f252810 100644 --- a/wrapper.lua +++ b/wrapper.lua @@ -138,7 +138,7 @@ local loadJobs = function() local jobResource = "" end local timeout = 5000 while not Jobs and timeout > 0 do timeout -=1 Wait(0) end if Jobs then - print("^6Bridge^7: ^2Loading ^6"..countTable(Jobs).." ^3Jobs^2 from ^7"..jobResource, 0"^6Bridge^7: ^2Loading ^6"..countTable(Gangs).." ^3Gangs^2 from ^7"..jobResource) + print("^6Bridge^7: ^2Loading ^6"..countTable(Jobs).." ^3Jobs^2 from ^7"..jobResource, "^6Bridge^7: ^2Loading ^6"..countTable(Gangs).." ^3Gangs^2 from ^7"..jobResource) else print("^4ERROR^7: ^2No Job/Gang info detected ^7- ^2Check ^3exports^1.^2lua^7") end