1
0
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:
RednedEpic
2020-03-06 15:56:48 -06:00
parent 119f35b690
commit e4c2f79bc5

View File

@@ -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;
}