Fix nothing saving
This commit is contained in:
parent
d66cabe446
commit
ee460930b1
@ -1 +1,5 @@
|
||||
ctf.save = function() end
|
||||
ctf.save = function()
|
||||
for i = 1, #ctf.registered_on_save do
|
||||
local res = ctf.registered_on_save[i]()
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user