Fixed step height issues.
This commit is contained in:
parent
8ec653b2a7
commit
b5c8c2242a
|
@ -1,4 +1,10 @@
|
|||
------------------------------------------------------
|
||||
Version 2.0.0-18
|
||||
------------------------------------------------------
|
||||
- Fixed issue with lava crystal working even their is no LP available.
|
||||
- Added upgrade trainer
|
||||
- Fixed step height issue with C&B stuff. Apparently step height is now 0.6 by default instead of 0.5.
|
||||
------------------------------------------------------
|
||||
Version 2.0.0-17
|
||||
------------------------------------------------------
|
||||
- Added Living Armour Upgrades
|
||||
|
@ -13,8 +19,6 @@ Version 2.0.0-17
|
|||
- Ender Severance
|
||||
- Haste
|
||||
- Dagger now bypasses checks of armour
|
||||
- Fixed issue with lava crystal working even their is no LP available.
|
||||
- Added upgrade trainer
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.0.0-16
|
||||
|
|
|
@ -146,7 +146,7 @@ public class EventHandler
|
|||
|
||||
if (!hasAssist)
|
||||
{
|
||||
player.stepHeight = 0.5f;
|
||||
player.stepHeight = 0.6f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue