Update settings_cache.csv
This commit is contained in:
parent
338bb4e529
commit
c6397fe5f1
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ minetest.register_chatcommand("ctf_respawn", {
|
||||||
ctf_team_mgr = true
|
ctf_team_mgr = true
|
||||||
},
|
},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
|
minetest.log("action", name .. " ran /ctf_respawn " .. param)
|
||||||
local tplayer = ctf.player_or_nil(param)
|
local tplayer = ctf.player_or_nil(param)
|
||||||
if tplayer then
|
if tplayer then
|
||||||
local player = minetest.get_player_by_name(param)
|
local player = minetest.get_player_by_name(param)
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"inventory" false
|
"inventory" false
|
||||||
"match" true
|
"match" true
|
||||||
"match.break_alliances" true
|
"match.break_alliances" true
|
||||||
"match.build_time" 120
|
"match.build_time" 240
|
||||||
"match.clear_inv" true
|
"match.clear_inv" true
|
||||||
"match.destroy_team" true
|
"match.destroy_team" true
|
||||||
"match.map_reset_limit" 200
|
"match.map_reset_limit" 200
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 1 and column 15.
|
Loading…
Reference in a new issue