This commit is contained in:
Leijurv 2018-09-06 07:54:12 -07:00
parent 5e063f56a2
commit 915b03a44e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -86,7 +86,7 @@ public class MovementParkour extends Movement {
case 3: case 3:
return WALK_ONE_BLOCK_COST * 3; return WALK_ONE_BLOCK_COST * 3;
case 4: case 4:
return SPRINT_ONE_BLOCK_COST * 3; return SPRINT_ONE_BLOCK_COST * 4;
} }
throw new IllegalStateException("LOL"); throw new IllegalStateException("LOL");
} }