Fix the damage while walking on falling block

This commit is contained in:
libraryaddict 2015-12-10 20:02:12 +13:00
parent b98944b0a0
commit eaf3937004
1 changed files with 5 additions and 0 deletions

View File

@ -302,6 +302,11 @@ public class Runner extends SoloGame implements IThrown
{
return;
}
if (target.getLocation().getY() > data.GetThrown().getLocation().getY() + 0.5)
{
return;
}
}
//Damage Event