Skip to content
Snippets Groups Projects
Commit 534ea96a authored by rubenwardy's avatar rubenwardy
Browse files

Add ctf_start command to skip build time

parent 57fd0b74
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,17 @@ minetest.register_chatcommand("ctf_next", {
end
})
minetest.register_chatcommand("ctf_start", {
description = "End build time",
privs = {
ctf_match = true
},
func = function(name, param)
ctf_match.build_timer = 0.01
end
})
minetest.register_chatcommand("ctf_respawn", {
description = "Respawn a player (clean inv, send to base)",
privs = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment