This commit is contained in:
Leijurv
2019-02-12 22:06:13 -08:00
parent 99cb7f5142
commit 90a1fa8337

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;
}