xp tracker: fix on-screen information type label
This commit is contained in:
@@ -110,12 +110,12 @@ class XpInfoBoxOverlay extends Overlay
|
||||
rightNum = snapshot.getActionsRemainingToGoal();
|
||||
break;
|
||||
case XP_LEFT:
|
||||
leftStr = config.onScreenDisplayMode().toString();
|
||||
leftStr = "XP Left";
|
||||
rightNum = snapshot.getXpRemainingToGoal();
|
||||
break;
|
||||
case XP_GAINED:
|
||||
default:
|
||||
leftStr = config.onScreenDisplayMode().toString();
|
||||
leftStr = "XP Gained";
|
||||
rightNum = snapshot.getXpGainedInSession();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user