style: trim space
This commit is contained in:
parent
e06424a0ca
commit
b3c624eaa4
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ public class v1_19_R2 implements Internals {
|
||||||
final ClientboundPlayerInfoRemovePacket remove = new ClientboundPlayerInfoRemovePacket(Collections.singletonList(player.getUniqueId()));
|
final ClientboundPlayerInfoRemovePacket remove = new ClientboundPlayerInfoRemovePacket(Collections.singletonList(player.getUniqueId()));
|
||||||
|
|
||||||
RemoteChatSession chatSession;
|
RemoteChatSession chatSession;
|
||||||
|
|
||||||
if (serverPlayer.getChatSession() == null) {
|
if (serverPlayer.getChatSession() == null) {
|
||||||
NickoBukkit.getInstance().getLogger().warning("Chat Session of " + serverPlayer.displayName + " is 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.");
|
NickoBukkit.getInstance().getLogger().warning("If your server is in offline mode/under BungeeCord you can safely ignore this message.");
|
||||||
|
|
Loading…
Reference in a new issue