Fix error message

This commit is contained in:
rubenwardy 2014-03-13 09:13:08 +00:00
parent 448f7f25a7
commit 9bb2a745c4

View File

@ -212,7 +212,7 @@ minetest.register_chatcommand("team_owner", {
end
cf.save()
else
minetest.chat_send_player(name, "Player "..param.." does not exist",false)
minetest.chat_send_player(name, "Unable to do that :/ "..param.." does not exist, or is not part of a valid team.",false)
end
end,
})