Typo getAchivement

This commit is contained in:
thatsIch
2014-09-20 23:21:12 +02:00
parent 647256dd7c
commit 697d96fa54
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ public class PlayerStatsRegistration
for (Achievements a : Achievements.values())
{
Achievement ach = a.getAchivement();
Achievement ach = a.getAchievement();
if ( ach != null )
list.add( ach );
}