diff --git a/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/EntityPackets1_14.java b/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/EntityPackets1_14.java index c7e154dc..6dc54f8a 100644 --- a/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/EntityPackets1_14.java +++ b/core/src/main/java/nl/matsv/viabackwards/protocol/protocol1_13_2to1_14/packets/EntityPackets1_14.java @@ -421,7 +421,7 @@ public class EntityPackets1_14 extends EntityRewriter { Metadata meta = e.getData(); int typeId = meta.getMetaType().getTypeID(); if (typeId > 15) { - System.out.println("new 1.14 metadata was not handled: " + meta + " entity: " + e.getEntity().getType()); + ViaBackwards.getPlatform().getLogger().warning("New 1.14 metadata was not handled: " + meta + " entity: " + e.getEntity().getType()); return null; } return meta;