chore: Update SongodaCore to v3.5.0-SNAPSHOT

This commit is contained in:
Christian Koop 2024-10-02 15:50:05 +02:00
parent 3453307147
commit a514bbf17f
No known key found for this signature in database
GPG Key ID: 6A4A09E8ED946113
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
<dependency>
<groupId>com.craftaro</groupId>
<artifactId>CraftaroCore</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

View File

@ -410,7 +410,7 @@ public class UltimateKits extends SongodaPlugin {
lines.add(getLocale().getMessage("interface.hologram.buyeco")
.processPlaceholder("price", kit.getPrice() != 0
? NumberUtils.formatNumber(kit.getPrice())
: getLocale().getMessage("general.type.free").getMessage())
: getLocale().getMessage("general.type.free").toText())
.toText());
}
break;