forked from GeyserMC/Geyser
Fix a couple minor entity bugs
This commit is contained in:
parent
119f35b690
commit
e4c2f79bc5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class LivingEntity extends Entity {
|
|||
metadata.put(EntityData.POTION_COLOR, (int) entityMetadata.getValue());
|
||||
break;
|
||||
case 10:
|
||||
// metadata.put(EntityData.POTION_AMBIENT, (boolean) entityMetadata.getValue());
|
||||
metadata.put(EntityData.POTION_AMBIENT, (boolean) entityMetadata.getValue());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue