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

Commit

Permalink
Added FireBoundToCloseCallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Acecateer authored May 18, 2019
1 parent a1c7f93 commit f7dd9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerStorage/Aero/Modules/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function Data:Start()
local Bindable = Instance.new("BindableEvent")
local numCompleted = 0

for _,func in pairs(self.onCloseHandlers) do
for _,func in pairs(self._onCloseHandlers) do
spawn(function()
local success, err = pcall(func)
if (not success) then
Expand Down

0 comments on commit f7dd9e7

Please sign in to comment.