Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Made an oopsie, fixed now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoughtSpinnr authored Nov 12, 2018
1 parent 5f7da63 commit d518045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d518045

Please sign in to comment.