Fix step height being reset to incorrect value (#652)

This commit is contained in:
Nick 2016-03-14 19:46:59 -07:00
parent 842df80a97
commit 0f4e1ad4cb
2 changed files with 2 additions and 3 deletions

View file

@ -239,9 +239,7 @@ public class EventHandler
}
if (!hasAssist)
{
player.stepHeight = 0.5f;
}
player.stepHeight = 0.6f;
}
float percentIncrease = 0;