Remove printed debug code

This commit is contained in:
Brady
2018-08-23 19:19:24 -05:00
parent 4de52cfec2
commit 42b7597cd6

View File

@@ -77,6 +77,5 @@ public class MixinNetHandlerPlayClient {
)
private void onPlayerDeath(SPacketCombatEvent packetIn, CallbackInfo ci) {
Baritone.INSTANCE.getGameEventHandler().onPlayerDeath();
System.out.println("DIED");
}
}