From 173ad37c9b0826774d8f35b29d1607bde8903223 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 3 Feb 2020 15:34:44 -0500 Subject: [PATCH] Worked on some features --- multi/init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/multi/init.lua b/multi/init.lua index b929389..31f4cef 100644 --- a/multi/init.lua +++ b/multi/init.lua @@ -878,11 +878,6 @@ function multi:newConnection(protect,func,kill) Parent=self, Fire=function(self,...) 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 local t=pcall(self.func,...) if t then