making some changes

This commit is contained in:
2026-04-01 22:22:05 -07:00
parent 60783fdb16
commit 14beeb686a
4 changed files with 253 additions and 4 deletions
+8 -2
View File
@@ -92,7 +92,11 @@ function multi.getTypes()
return types
end
multi.Version = "16.3.0"
function multi.setClock(c)
clock = c
end
multi.Version = "16.3.0-testing"
multi.Name = "root"
multi.NIL = {Type="NIL"}
local NIL = multi.NIL
@@ -567,7 +571,9 @@ function multi:newConnection(protect,func,kill)
function c:Fire(...)
if lock then return end
for i=1,#fast do
fast[i](...)
if fast[i] then
fast[i](...)
end
end
end
end