Fix a couple minor entity bugs

This commit is contained in:
RednedEpic 2020-03-06 15:56:48 -06:00
parent 119f35b690
commit e4c2f79bc5
1 changed files with 1 additions and 1 deletions

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