Update settings_cache.csv

This commit is contained in:
rubenwardy 2015-12-30 14:24:03 +00:00
parent 338bb4e529
commit c6397fe5f1
2 changed files with 2 additions and 1 deletions

View file

@ -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)