3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-07 21:32:52 +02:00
Dieser Commit ist enthalten in:
Gerrygames 2019-05-21 19:43:58 +02:00
Ursprung 9aa98846d2
Commit 96b05bcd4f

Datei anzeigen

@ -421,7 +421,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
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;