1.1-Beta Version Change

This commit is contained in:
Driftay 2019-05-23 09:30:10 -04:00
parent fe7b6f4bfb
commit 791f59cc6c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class CmdPaypalSee extends FCommand {
}
Faction faction = argAsFaction(0);
if (faction != null)
if (faction == null)
return;
if (!faction.isWilderness() && !faction.isSafeZone() && !faction.isWarZone()) {