Fixing one typo and a minor bug.

This commit is contained in:
Olof Larsson
2013-04-24 16:50:19 +02:00
parent 0992c403b5
commit 80eb506499
3 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ public class UConf extends Entity<UConf>
// DEFAULTS
// -------------------------------------------- //
public String defaultPlayerFactionId = factionIdNone;
public String defaultPlayerFactionId = this.factionIdNone;
public Rel defaultPlayerRole = Rel.RECRUIT;
public double defaultPlayerPower = 0.0;