Update highStatusEffect.java

This commit is contained in:
RyanTLG
2022-05-15 00:42:09 +02:00
parent eeee4dabf8
commit 1cfa01fb95

View File

@@ -25,7 +25,7 @@ public class highStatusEffect extends StatusEffect{
((PlayerEntity) entity).getFallSounds();
((PlayerEntity) entity).disableShield(true);
((PlayerEntity) entity).dismountVehicle();
((PlayerEntity) entity).heal(0 <<< amplifier);
((PlayerEntity) entity).heal(0 << amplifier);
}
}