3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-03 14:50:19 +01:00

Remove debug code

Dieser Commit ist enthalten in:
DoctorMacc 2020-04-09 18:12:53 -04:00
Ursprung c777641a90
Commit 8f735ae453

Datei anzeigen

@ -53,7 +53,6 @@ public class CatEntity extends TameableEntity {
} else { } else {
metadata.put(EntityData.VARIANT, (int) entityMetadata.getValue()); metadata.put(EntityData.VARIANT, (int) entityMetadata.getValue());
} }
System.out.println("Variant: " + entityMetadata.getValue());
} }
if (entityMetadata.getId() == 21) { if (entityMetadata.getId() == 21) {
// Needed or else wild cats are a red color // Needed or else wild cats are a red color