style: trim space

This commit is contained in:
aro 2023-02-13 18:05:32 +01:00
parent e06424a0ca
commit b3c624eaa4

View file

@ -96,7 +96,6 @@ public class v1_19_R2 implements Internals {
final ClientboundPlayerInfoRemovePacket remove = new ClientboundPlayerInfoRemovePacket(Collections.singletonList(player.getUniqueId()));
RemoteChatSession chatSession;
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.");