Fix help text (set_owner -> add_owner)

This commit is contained in:
ShadowNinja 2013-11-17 12:40:25 -05:00
parent 790ed15594
commit 8765a5e619
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ minetest.register_chatcommand("add_owner", {
= param:find('^(%d+) ([^ ]+) (.+)$')
if not found then
minetest.chat_send_player(name, "Incorrect usage, see /help set_owner")
minetest.chat_send_player(name, "Incorrect usage, see /help add_owner")
return
end