Update ctf_pvp_engine
This commit is contained in:
parent
10b1d99245
commit
fcd1f108e2
3 changed files with 9 additions and 1 deletions
3
mods/ctf_inital_items/depends.txt
Normal file
3
mods/ctf_inital_items/depends.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
ctf
|
||||
ctf_flag
|
||||
ctf_match
|
5
mods/ctf_inital_items/init.lua
Normal file
5
mods/ctf_inital_items/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
ctf.register_on_new_game(function()
|
||||
minetest.after(5, function()
|
||||
|
||||
end)
|
||||
end)
|
|
@ -1 +1 @@
|
|||
Subproject commit 99d55c798a0bb40657d69e09557ab66191746fe3
|
||||
Subproject commit b16d5c3b6589a88e04e4a0b914873638e489285c
|
Loading…
Reference in a new issue