why not just...
This commit is contained in:
parent
604ef2bb64
commit
aac0d623fa
@ -83,10 +83,9 @@ public class MixinMinecraft {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void runTick(CallbackInfo ci) {
|
private void runTick(CallbackInfo ci) {
|
||||||
Minecraft mc = (Minecraft) (Object) this;
|
|
||||||
Baritone.INSTANCE.getGameEventHandler().onTick(new TickEvent(
|
Baritone.INSTANCE.getGameEventHandler().onTick(new TickEvent(
|
||||||
EventState.PRE,
|
EventState.PRE,
|
||||||
(mc.player != null && mc.world != null)
|
(player != null && world != null)
|
||||||
? TickEvent.Type.IN
|
? TickEvent.Type.IN
|
||||||
: TickEvent.Type.OUT
|
: TickEvent.Type.OUT
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user