fuck you matrixstack nobody ever liked you anyway

This commit is contained in:
kawaiizenbo 2023-06-08 11:25:51 -07:00
parent 6e7d77dea3
commit f41e477e28
15 changed files with 65 additions and 69 deletions

View file

@ -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);
}
}