disable sprinting for now

This commit is contained in:
Leijurv 2018-08-06 17:01:28 -07:00
parent 8eaa64148b
commit a806eaaca7
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class MovementTraverse extends Movement {
return state;
}
if (wasTheBridgeBlockAlwaysThere) {
player().setSprinting(true);
//player().setSprinting(true);
}
moveTowards(positionsToBreak[0]);
return state;