forked from RepoMirrors/baritone
Remove printed debug code
This commit is contained in:
parent
4de52cfec2
commit
42b7597cd6
|
@ -77,6 +77,5 @@ public class MixinNetHandlerPlayClient {
|
||||||
)
|
)
|
||||||
private void onPlayerDeath(SPacketCombatEvent packetIn, CallbackInfo ci) {
|
private void onPlayerDeath(SPacketCombatEvent packetIn, CallbackInfo ci) {
|
||||||
Baritone.INSTANCE.getGameEventHandler().onPlayerDeath();
|
Baritone.INSTANCE.getGameEventHandler().onPlayerDeath();
|
||||||
System.out.println("DIED");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue