Do use the faction id constants

This commit is contained in:
Olof Larsson
2013-04-12 09:51:14 +02:00
parent 3036b0a157
commit f2b24003bf
6 changed files with 10 additions and 377 deletions

View File

@@ -320,7 +320,7 @@ public class Faction extends Entity<Faction, String> implements EconomyParticipa
public boolean isNone()
{
return this.getId().equals("0");
return this.getId().equals(Const.FACTIONID_NONE);
}
// -------------------------------