Readd team base

This commit is contained in:
rubenwardy 2018-01-21 23:09:07 +00:00
parent db49f82790
commit 6a53c23f95
4 changed files with 43 additions and 48 deletions

View file

@ -1,4 +1,5 @@
default
ctf_team_base?
ctf?
ctf_match?
worldedit?

View file

@ -38,6 +38,8 @@ function ctf_map.place_map(map)
minetest.log("error", "Placing " .. value.chests.n .. " chests from " ..
minetest.pos_to_string(value.chests.from) .. " to "..
minetest.pos_to_string(value.chests.to))
ctf_team_base.place(value.color, value.pos)
end
end