Reorganise game into modpacks
This commit is contained in:
parent
86a5266bb5
commit
b38a89c2fe
762 changed files with 9 additions and 8 deletions
1
mods/ctf/ctf_disable_save/depends.txt
Normal file
1
mods/ctf/ctf_disable_save/depends.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ctf
|
5
mods/ctf/ctf_disable_save/init.lua
Normal file
5
mods/ctf/ctf_disable_save/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
ctf.save = function()
|
||||
for i = 1, #ctf.registered_on_save do
|
||||
ctf.registered_on_save[i]()
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue