forked from RepoMirrors/baritone
im idiot
This commit is contained in:
parent
747bee41b7
commit
5c1cf050e2
@ -106,7 +106,7 @@ public class MixinEntityPlayerSP {
|
|||||||
if (event.getState() != null) {
|
if (event.getState() != null) {
|
||||||
return event.getState();
|
return event.getState();
|
||||||
}
|
}
|
||||||
if (baritone == BaritoneAPI.getProvider().getPrimaryBaritone()) {
|
if (baritone != BaritoneAPI.getProvider().getPrimaryBaritone()) {
|
||||||
// hitting control shouldn't make all bots sprint
|
// hitting control shouldn't make all bots sprint
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user