mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-07 21:47:30 +01:00
Update init.lua
This commit is contained in:
parent
6c0f53e1dc
commit
ad57543608
2
init.lua
2
init.lua
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user