From fe478125511d2ff4ccb5262868dd26c559a69638 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Tue, 20 Jul 2021 00:19:17 +0200 Subject: [PATCH] Change legacy serializer, maybe the Bungee one is not working with new API --- Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java | 2 +- Core/src/main/java/fr/pandacube/lib/core/chat/ChatStatic.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java b/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java index 68c5f01..a2c4a95 100644 --- a/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java +++ b/Core/src/main/java/fr/pandacube/lib/core/chat/Chat.java @@ -57,7 +57,7 @@ public abstract class Chat extends ChatStatic implements HoverEventSource