Fixed step height issues.
This commit is contained in:
parent
8ec653b2a7
commit
b5c8c2242a
2 changed files with 7 additions and 3 deletions
|
@ -146,7 +146,7 @@ public class EventHandler
|
|||
|
||||
if (!hasAssist)
|
||||
{
|
||||
player.stepHeight = 0.5f;
|
||||
player.stepHeight = 0.6f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue