Update ctf_pvp_engine

This commit is contained in:
rubenwardy 2015-11-27 18:03:18 +00:00
parent 10b1d99245
commit fcd1f108e2
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,3 @@
ctf
ctf_flag
ctf_match

View file

@ -0,0 +1,5 @@
ctf.register_on_new_game(function()
minetest.after(5, function()
end)
end)