Update init.lua

This commit is contained in:
Panquesito7 2019-07-11 20:50:48 -05:00 committed by GitHub
parent 6c0f53e1dc
commit ad57543608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ minetest.register_privilege("tp_admin", {
give_to_admin = true,
})
minetest.register_privilege("tp_tpc", {
description = "Allow player to teleport to coordinates (if permitted by area protection).",
description = "Allow player to teleport to coordinates (if allowed by area protection).",
give_to_singleplayer = true,
give_to_admin = true,
})