Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +01:00
Use logger
Dieser Commit ist enthalten in:
Ursprung
9aa98846d2
Commit
96b05bcd4f
@ -421,7 +421,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
|
|||||||
Metadata meta = e.getData();
|
Metadata meta = e.getData();
|
||||||
int typeId = meta.getMetaType().getTypeID();
|
int typeId = meta.getMetaType().getTypeID();
|
||||||
if (typeId > 15) {
|
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 null;
|
||||||
}
|
}
|
||||||
return meta;
|
return meta;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren