efficiency

This commit is contained in:
Leijurv 2018-08-08 15:38:17 -07:00
parent 38afa1b63c
commit c6998198a2
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ public interface MovementHelper extends ActionCosts, Helper {
return new MovementDescend(pos, destDown);
}
}
System.out.println(dest + " descend distance!");
// we're clear for a fall 2
// let's see how far we can fall
for (int fallHeight = 3; true; fallHeight++) {