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