From fbd2b10484c2f252160d1e51e0103499158ac22d Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:53:58 -0400 Subject: [PATCH] Community Projects support. (Why?) --- .../notenoughupdates/miscfeatures/CountdownCalculator.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 4431d3bd4..f75b7479d 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