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
|
||||
},
|
||||
func = function(name, param)
|
||||
minetest.log("action", name .. " ran /ctf_respawn " .. param)
|
||||
local tplayer = ctf.player_or_nil(param)
|
||||
if tplayer then
|
||||
local player = minetest.get_player_by_name(param)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue