refactor: unused channel

This commit is contained in:
aro 2023-01-28 13:14:22 +01:00
parent 60e6a69e38
commit 91835389b1
2 changed files with 2 additions and 4 deletions

View file

@ -99,6 +99,7 @@ public class v1_19_R2 implements Internals {
if (serverPlayer.getChatSession() == null) {
NickoBukkit.getInstance().getLogger().warning("Chat Session of " + serverPlayer.displayName + " is null!");
NickoBukkit.getInstance().getLogger().warning("If your server is in offline mode/under BungeeCord you can safely ignore this message.");
chatSession = null;
} else {
final UUID uuid = serverPlayer.getChatSession().sessionId();