Skip to content

Commit

Permalink
Fix wrong air HUD when demorphed from air breathing mob
Browse files Browse the repository at this point in the history
  • Loading branch information
asanetargoss committed Oct 27, 2019
1 parent e7928ae commit d41b49c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void onMorph(EntityLivingBase target)
* On demorph, show regular player air again
*/
@Override
@SideOnly(Side.CLIENT)
public void onDemorph(EntityLivingBase target)
{
IMorphing morphing = Morphing.get((EntityPlayer)target);
Expand Down

0 comments on commit d41b49c

Please sign in to comment.