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