Recruits should per default not be allowed to build
This commit is contained in:
parent
521218cd6d
commit
8fce53b4fc
@ -26,7 +26,7 @@ public enum FPerm
|
||||
// ENUM
|
||||
// -------------------------------------------- //
|
||||
|
||||
BUILD("build", "edit the terrain", Rel.LEADER, Rel.OFFICER, Rel.MEMBER, Rel.RECRUIT, Rel.ALLY),
|
||||
BUILD("build", "edit the terrain", Rel.LEADER, Rel.OFFICER, Rel.MEMBER, Rel.ALLY),
|
||||
PAINBUILD("painbuild", "edit but take damage"),
|
||||
DOOR("door", "use doors", Rel.LEADER, Rel.OFFICER, Rel.MEMBER, Rel.RECRUIT, Rel.ALLY),
|
||||
BUTTON("button", "use stone buttons", Rel.LEADER, Rel.OFFICER, Rel.MEMBER, Rel.RECRUIT, Rel.ALLY),
|
||||
|
Loading…
Reference in New Issue
Block a user