blank space

This commit is contained in:
Leijurv
2019-03-23 22:17:40 -08:00
parent 170c2d35c2
commit 71491a7922

View File

@@ -197,9 +197,7 @@ public class MovementAscend extends Movement {
if (headBonkClear()) {
return state.setInput(Input.JUMP, true);
}
// System.out.println(flatDistToNext + " " + sideDist);
if (flatDistToNext > 1.2 || sideDist > 0.2) {
return state;
}