Worked on some features

This commit is contained in:
Ryan Ward 2020-02-03 15:34:44 -05:00
parent 91abd762cb
commit 173ad37c9b

View File

@ -878,11 +878,6 @@ function multi:newConnection(protect,func,kill)
Parent=self, Parent=self,
Fire=function(self,...) Fire=function(self,...)
if self.Parent.lock then return end if self.Parent.lock then return end
--~ if self.Parent.FC>0 then
--~ for i=1,#self.Parent.FC do
--~ self.Parent.FC[i]:Fire(...)
--~ end
--~ end
if self.Parent.protect then if self.Parent.protect then
local t=pcall(self.func,...) local t=pcall(self.func,...)
if t then if t then