This commit is contained in:
Leijurv 2019-02-12 22:06:13 -08:00
parent 99cb7f5142
commit 90a1fa8337
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ public final class GameEventHandler implements IEventBus, Helper {
if (event.getType() == TickEvent.Type.IN) {
try {
baritone.bsi = new BlockStateInterface(baritone.getPlayerContext(), true);
} catch (Exception ex) {}
} catch (Exception ex) {
baritone.bsi = null;
}
} else {
baritone.bsi = null;
}