fuck you matrixstack nobody ever liked you anyway
This commit is contained in:
parent
6e7d77dea3
commit
f41e477e28
15 changed files with 65 additions and 69 deletions
|
@ -17,12 +17,12 @@ public class Step extends Module_
|
|||
@Override
|
||||
public void tick()
|
||||
{
|
||||
mc.player.stepHeight = (float)stepHeight.value;
|
||||
mc.player.setStepHeight((float)stepHeight.value);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable()
|
||||
{
|
||||
mc.player.stepHeight = 0.5f;
|
||||
mc.player.setStepHeight(0.5f);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue