Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
Remove debug comments
Dieser Commit ist enthalten in:
Ursprung
842631feef
Commit
c829e857d2
@ -178,7 +178,6 @@ public class EntityPackets1_13 extends EntityRewriter<Protocol1_12_2To1_13> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
Optional<EntityData> optEntDat = getEntityData(type);
|
Optional<EntityData> optEntDat = getEntityData(type);
|
||||||
System.out.println(optEntDat + " OPTENT");
|
|
||||||
if (optEntDat.isPresent()) {
|
if (optEntDat.isPresent()) {
|
||||||
EntityData data = optEntDat.get();
|
EntityData data = optEntDat.get();
|
||||||
|
|
||||||
@ -187,7 +186,6 @@ public class EntityPackets1_13 extends EntityRewriter<Protocol1_12_2To1_13> {
|
|||||||
if (data.hasBaseMeta())
|
if (data.hasBaseMeta())
|
||||||
data.getDefaultMeta().handle(storage);
|
data.getDefaultMeta().handle(storage);
|
||||||
}
|
}
|
||||||
System.out.println(storage.getMetaDataList());
|
|
||||||
|
|
||||||
// Rewrite Metadata
|
// Rewrite Metadata
|
||||||
wrapper.set(
|
wrapper.set(
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren