WIP: Not reviewed, but should fix Ownerships and Items useage bypass

This commit is contained in:
SvenjaReißaus
2019-03-12 23:06:11 -05:00
parent 0a41d15a0b
commit 66fba62b0f
5 changed files with 65 additions and 46 deletions

View File

@@ -18,9 +18,6 @@ public class CmdShowClaims extends FCommand {
this.senderMustBePlayer = true;
this.senderMustBeMember = true;
this.senderMustBeModerator = false;
this.senderMustBePlayer = true;
}
@Override