Add README

This commit is contained in:
ShadowNinja
2013-09-15 17:44:22 -04:00
parent 547fa726bf
commit d026b42a79
2 changed files with 96 additions and 1 deletions

View File

@ -132,7 +132,7 @@ minetest.register_chatcommand("add_owner", {
areas:save()
minetest.chat_send_player(ownername,
"You have been gtanted control over an area."
"You have been granted control over an area."
.." Type /list_areas to show your areas.")
minetest.chat_send_player(name, "Area protected.")
end})