1.1-Beta Version Change
This commit is contained in:
parent
fe7b6f4bfb
commit
791f59cc6c
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user