Add perfect build count to stats

This commit is contained in:
Shaun Bennett 2016-01-23 02:49:08 -05:00
parent f82a408f30
commit 650d586e0f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ public enum AchievementCategory
Material.NAME_TAG, 0, GameCategory.CLASSICS, null),
SPEED_BUILDERS("Speed Builders", null,
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED},
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED, null, new StatDisplay("Perfect Builds", "PerfectBuild")},
Material.QUARTZ_BLOCK, 0, GameCategory.ARCADE, null);