3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-03 00:50:05 +02:00

Remove debug comments

Dieser Commit ist enthalten in:
Matsv 2019-01-19 15:55:13 +01:00
Ursprung 842631feef
Commit c829e857d2

Datei anzeigen

@ -178,7 +178,6 @@ public class EntityPackets1_13 extends EntityRewriter<Protocol1_12_2To1_13> {
);
Optional<EntityData> optEntDat = getEntityData(type);
System.out.println(optEntDat + " OPTENT");
if (optEntDat.isPresent()) {
EntityData data = optEntDat.get();
@ -187,7 +186,6 @@ public class EntityPackets1_13 extends EntityRewriter<Protocol1_12_2To1_13> {
if (data.hasBaseMeta())
data.getDefaultMeta().handle(storage);
}
System.out.println(storage.getMetaDataList());
// Rewrite Metadata
wrapper.set(