Limit Perfectionist achievement to 1.
This commit is contained in:
parent
b2e4dff9e5
commit
245cc1ed93
@ -43,7 +43,7 @@ public class PerfectionistTracker extends StatTracker<SpeedBuilders>
|
||||
for (Entry<Player, Integer> entry : _perfectBuilds.entrySet())
|
||||
{
|
||||
if (entry.getValue().intValue() == _game.getRoundsPlayed())
|
||||
addStat(entry.getKey(), "PerfectWins", 1, false, false);
|
||||
addStat(entry.getKey(), "PerfectWins", 1, true, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user