This commit is contained in:
Leijurv 2019-01-31 20:27:14 -08:00
parent 747bee41b7
commit 5c1cf050e2
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class MixinEntityPlayerSP {
if (event.getState() != null) {
return event.getState();
}
if (baritone == BaritoneAPI.getProvider().getPrimaryBaritone()) {
if (baritone != BaritoneAPI.getProvider().getPrimaryBaritone()) {
// hitting control shouldn't make all bots sprint
return false;
}