Fix last achievement typo

This commit is contained in:
Shaun Bennett 2014-08-26 17:40:58 -05:00
parent 99951bc573
commit 507d356346
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ public enum Achievement
//Death Tag //Death Tag
DEATH_TAG_WINS("Death Proof", 600, DEATH_TAG_WINS("Death Proof", 600,
new String[] {"Death Tag.Wins"}, new String[] {"Death Tag.Wins"},
new String[] {"Win 50 games of Turf Wars"}, new String[] {"Win 50 games of Death Tag"},
new int[] {50}, new int[] {50},
AchievementCategory.DEATH_TAG), AchievementCategory.DEATH_TAG),