diff options
author | Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2024-03-27 14:59:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 19:59:41 +0100 |
commit | cc1043824b98deedb5c06ed22403036fba8dec4e (patch) | |
tree | 2f67769ad0b27466df78b84bb9306fcd7e0bc2ad /src | |
parent | 935bb393cf5928eab5f7131c385a34affc79683f (diff) | |
download | NotEnoughUpdates-cc1043824b98deedb5c06ed22403036fba8dec4e.tar.gz NotEnoughUpdates-cc1043824b98deedb5c06ed22403036fba8dec4e.tar.bz2 NotEnoughUpdates-cc1043824b98deedb5c06ed22403036fba8dec4e.zip |
Add Community Projects support to Countdown Calculator (#1068)
Community Projects support. (Why?)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt index 4431d3bd..f75b7479 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt @@ -63,7 +63,8 @@ class CountdownCalculator { EVENTTIMELEFT("Event lasts for", "Ends at", isRelative = true), SHENSUCKS("Auction ends in:", "Auction ends at"), TAMINGSIXTYWASAMISTAKE("Ends:", "Finishes at"), // There would be a more specific message here seeing as this is for pet XP, but knowing Hypixel it's probably safer to leave it like this in case they use the "Ends:" prefix elsewhere besides the pet training menus. - CALENDARDETAILS(" (§e", "Starts at"); // Calendar details + CALENDARDETAILS(" (§e", "Starts at"), // calendar details + COMMUNITYPROJECTSSUCK("Contribute again", "Come back at"); // nopo i just woke up i really hope this works } @SubscribeEvent |