forked from GeyserMC/Geyser
Remove debug code
This commit is contained in:
parent
c777641a90
commit
8f735ae453
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue