From d518045caa4d289e4bf75180c780edd91d0e93f5 Mon Sep 17 00:00:00 2001 From: Rocky28447 <26193486+Rocky28447@users.noreply.github.com> Date: Mon, 12 Nov 2018 16:47:46 -0500 Subject: [PATCH] Made an oopsie, fixed now. --- src/ServerStorage/Aero/Services/DataService.modulescript.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()