Fixed step height issues.

This commit is contained in:
WayofTime 2016-02-15 13:36:47 -05:00
parent 8ec653b2a7
commit b5c8c2242a
2 changed files with 7 additions and 3 deletions

View file

@ -146,7 +146,7 @@ public class EventHandler
if (!hasAssist)
{
player.stepHeight = 0.5f;
player.stepHeight = 0.6f;
}
}
}