Adding a couple of admin bypass commands.
This commit is contained in:
@@ -645,7 +645,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.getRole().value < Role.MODERATOR.value)
|
||||
if (this.getRole().value < Role.MODERATOR.value && ! this.isAdminBypassing())
|
||||
{
|
||||
msg("<i>You must be "+Role.MODERATOR+" to claim land.");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user