Fix time
This commit is contained in:
parent
825f08b6a7
commit
4253c08682
@ -220,7 +220,7 @@ public enum AchievementCategory
|
|||||||
String statString = C.cWhite + statNumber;
|
String statString = C.cWhite + statNumber;
|
||||||
// Need to display special for time
|
// Need to display special for time
|
||||||
if (_statsToDisplay[i].equalsIgnoreCase("TimeInGame"))
|
if (_statsToDisplay[i].equalsIgnoreCase("TimeInGame"))
|
||||||
statString = C.cWhite + UtilTime.convertString(statNumber, 0, UtilTime.TimeUnit.SECONDS);
|
statString = C.cWhite + UtilTime.convertString(statNumber * 1000L, 0, UtilTime.TimeUnit.FIT);
|
||||||
|
|
||||||
lore.add(C.cYellow + _friendlyStatNames[i] + ": " + statString);
|
lore.add(C.cYellow + _friendlyStatNames[i] + ": " + statString);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user