refactor: unused channel
This commit is contained in:
parent
60e6a69e38
commit
91835389b1
2 changed files with 2 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue