diff --git a/src/ServerStorage/Aero/Services/DataService.modulescript.lua b/src/ServerStorage/Aero/Services/DataService.modulescript.lua index c1df0ef..2ce5145 100644 --- a/src/ServerStorage/Aero/Services/DataService.modulescript.lua +++ b/src/ServerStorage/Aero/Services/DataService.modulescript.lua @@ -271,7 +271,7 @@ function DataService:Start() local function FireBoundToCloseCallbacks() local thread = coroutine.running() local numBinded = #boundToCloseFuncs - if (numCaches == 0) then return end + if (numBinded == 0) then return end local numCompleted = 0 local maxWait = 20 local start = tick()