Skip to content

Commit

Permalink
chore(deps): upgrade SongodaCore to v3.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Sep 19, 2024
1 parent 60d9d90 commit 15b9426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static void applyBoosted(int slot, CustomizableGui gui, EpicSpawners plug
String[] parts = plugin.getLocale().getMessage("interface.spawner.boostedstats")
.processPlaceholder("amount", Integer.toString(boostTotal))
.processPlaceholder("time", boostEnd == Long.MAX_VALUE
? plugin.getLocale().getMessage("interface.spawner.boostednever")
? plugin.getLocale().getMessage("interface.spawner.boostednever").toString()
: TimeUtils.makeReadable(boostEnd - System.currentTimeMillis()))
.toString().split("\\|");

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<url>https://craftaro.com/marketplace/product/13</url>

<properties>
<craftaro.coreVersion>3.3.0-SNAPSHOT</craftaro.coreVersion>
<craftaro.coreVersion>3.4.0-SNAPSHOT</craftaro.coreVersion>

<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 15b9426

Please sign in to comment.