diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-06 23:21:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-06 23:21:46 +0200 |
| commit | 1066e4a3a44d585c02132a9b91cd0f6b2940ef22 (patch) | |
| tree | 6f899467781f2219331ee6cf2e84531150a469a7 | |
| parent | 2d3f55358e5bd69c3cfd9789459bb6fafdab7209 (diff) | |
| download | notenoughupdates-1066e4a3a44d585c02132a9b91cd0f6b2940ef22.tar.gz notenoughupdates-1066e4a3a44d585c02132a9b91cd0f6b2940ef22.tar.bz2 notenoughupdates-1066e4a3a44d585c02132a9b91cd0f6b2940ef22.zip | |
Add Stonks Auction to Countdown Calculations (#1221)
| -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 08d7d2fb..68d7a301 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/CountdownCalculator.kt @@ -69,7 +69,8 @@ class CountdownCalculator { ), // 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 COMMUNITYPROJECTSSUCK("Contribute again", "Come back at"), // nopo i just woke up i really hope this works - CHOCOLATEFACTORY("Next Charge", "Available at"); + CHOCOLATEFACTORY("Next Charge", "Available at"), + STONKSAUCTION("Auction ends in", "Ends at"); } @SubscribeEvent |
