Allow level 100's to see exp gained

This commit is contained in:
Sam 2018-07-31 15:17:18 +01:00 committed by Alexander Meech
parent 4327c8468a
commit 211459a0d0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class ExperienceSummaryComponent extends GameSummaryComponent<Pair<Achiev
{
AchievementData achievementData = data.getRight();
if (achievementData == null || achievementData.getLevel() >= 100)
if (achievementData == null)
{
return null;
}