mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-28 11:19:11 +00:00
Fix a couple minor entity bugs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user