chore: Update SongodaCore to v3.5.0-SNAPSHOT

This commit is contained in:
Christian Koop 2024-10-02 15:52:29 +02:00
parent 70939597ca
commit 60ae14e3ed
No known key found for this signature in database
GPG Key ID: 6A4A09E8ED946113
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,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

@ -58,7 +58,7 @@ public class StaffChannel {
public void processMessage(String message, Player player) {
messageAll(UltimateModeration.getInstance().getLocale()
.getMessage("event.staffchat.format")
.processPlaceholder("color", this.chatChar)
.processPlaceholder("color", String.valueOf(this.chatChar))
.processPlaceholder("channel", this.channelName)
.processPlaceholder("player", player.getDisplayName())
.processPlaceholder("message", message).toText());