Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
protection_bypass priv can now be revoked in singleplayer (#4169)
  • Loading branch information
Sokomine authored and Zeno- committed May 30, 2016
1 parent a9bc7dc commit 4134d8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builtin/game/privileges.lua
Expand Up @@ -32,7 +32,10 @@ core.register_privilege("settime", "Can use /time")
core.register_privilege("privs", "Can modify privileges")
core.register_privilege("basic_privs", "Can modify 'shout' and 'interact' privileges")
core.register_privilege("server", "Can do server maintenance stuff")
core.register_privilege("protection_bypass", "Can bypass node protection in the world")
core.register_privilege("protection_bypass", {
description = "Can bypass node protection in the world",
give_to_singleplayer = false,
})
core.register_privilege("shout", "Can speak in chat")
core.register_privilege("ban", "Can ban and unban players")
core.register_privilege("kick", "Can kick players")
Expand Down

0 comments on commit 4134d8a

Please sign in to comment.