Allow f show to be executed by non players.

This commit is contained in:
drtshock 2015-01-22 20:31:26 -06:00
parent 8c2f08b694
commit a4a11e7045
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ public class CmdShow extends FCommand {
this.permission = Permission.SHOW.node;
this.disableOnLock = false;
this.senderMustBePlayer = true;
this.senderMustBeMember = false;
this.senderMustBeModerator = false;
this.senderMustBeAdmin = false;