diff --git a/Patches/MedalsDisplayPatches.cs b/Patches/MedalsDisplayPatches.cs index 79dd9b1..75269e7 100644 --- a/Patches/MedalsDisplayPatches.cs +++ b/Patches/MedalsDisplayPatches.cs @@ -39,7 +39,7 @@ namespace DiamondTimeViewer.Patches if (showDiamondTime) { spacingText = " "; - diamondText = spacingText + " " + SegmentedTime.SPTimeText(diamond); + diamondText = spacingText + " " + SegmentedTime.SPTimeText(diamond, true); } bool hasEgg = eggUnlock != null && eggUnlock.Count > 0;