Readd clear objects at end of round
This commit is contained in:
parent
33c4c98dba
commit
77d622b10c
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@ function ctf_match.load_map_meta(idx, name)
|
||||||
end
|
end
|
||||||
|
|
||||||
ctf_match.register_on_new_match(function()
|
ctf_match.register_on_new_match(function()
|
||||||
|
minetest.clear_objects({ mode = "quick" })
|
||||||
|
|
||||||
-- Choose next map index, but don't select the same one again
|
-- Choose next map index, but don't select the same one again
|
||||||
local idx
|
local idx
|
||||||
if ctf_map.map then
|
if ctf_map.map then
|
||||||
|
|
Loading…
Reference in a new issue