disable sprinting for now
This commit is contained in:
parent
8eaa64148b
commit
a806eaaca7
@ -115,7 +115,7 @@ public class MovementTraverse extends Movement {
|
||||
return state;
|
||||
}
|
||||
if (wasTheBridgeBlockAlwaysThere) {
|
||||
player().setSprinting(true);
|
||||
//player().setSprinting(true);
|
||||
}
|
||||
moveTowards(positionsToBreak[0]);
|
||||
return state;
|
||||
|
Loading…
Reference in New Issue
Block a user