Corrected who chat_send_player goes to

This commit is contained in:
ezhh 2016-07-05 17:18:22 +01:00
parent 38634f782b
commit 3d930b807f

View File

@ -146,7 +146,7 @@ minetest.register_chatcommand("setfree",{
minetest.set_player_privs(param,privs)
player:set_physics_override({jump = 1, speed = 1, sneak = true})
minetest.chat_send_player(param, "The curse is lifted. You have been set free!")
minetest.chat_send_player(param, "The curse is lifted.")
minetest.chat_send_player(name, "The curse is lifted.")
end,
})