This commit is contained in:
Leijurv 2018-12-23 23:09:02 -08:00
parent 64200030d2
commit c4eb6be0fe
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 2 deletions

View File

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