This commit is contained in:
Leijurv
2018-12-23 23:09:02 -08:00
parent 64200030d2
commit c4eb6be0fe

View File

@ -129,8 +129,6 @@ public class MovementAscend extends Movement {
walk += context.jumpPenalty;
}
// cracks knuckles
double totalCost = 0;
totalCost += walk;
if (hasToPlace) {