Readd team base
This commit is contained in:
parent
db49f82790
commit
6a53c23f95
4 changed files with 43 additions and 48 deletions
|
@ -1,4 +1,5 @@
|
|||
default
|
||||
ctf_team_base?
|
||||
ctf?
|
||||
ctf_match?
|
||||
worldedit?
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue