Fix chat command typo (#64)

This commit is contained in:
fluxionary
2022-11-07 10:59:25 -08:00
committed by GitHub
parent 4018c0d204
commit d464d3484f
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ minetest.register_chatcommand("set_owner", {
minetest.register_chatcommand("add_owner", {
params = S("<ParentID>").." "..S("<PlayerName>").." "..S("<AreaName>"),
description = S("Give a player access to a sub-area beetween two"
description = S("Give a player access to a sub-area between two"
.." positions that have already been protected,"
.." Use set_owner if you don't want the parent to be set."),
func = function(name, param)