6 lines
78 B
Lua
6 lines
78 B
Lua
|
ctf.register_on_new_game(function()
|
||
|
minetest.after(5, function()
|
||
|
|
||
|
end)
|
||
|
end)
|