V15.2.0 #33

Merged
rayaman merged 75 commits from v15.2.0 into master 2022-04-19 18:45:52 -04:00
Showing only changes of commit 72e24e8a9b - Show all commits

View File

@ -242,6 +242,9 @@ function multi:newConnection(protect,func,kill)
local protect=protect or false
local connections={}
c.FC=0
function c:hasConnections()
return #call_funcs~=0
end
function c:holdUT(n)
local n=n or 0
self.waiting=true