Remove old debug log
This commit is contained in:
@@ -42,11 +42,6 @@ public class MixinClientPacketHandler {
|
||||
));
|
||||
}
|
||||
|
||||
@Inject(method = "onEntityPosition", at = @At(value = "TAIL"))
|
||||
public void onEntityPosition(EntityPositionS2CPacket packet, CallbackInfo ci) {
|
||||
System.out.printf("Got position update for %d", packet.getId());
|
||||
}
|
||||
|
||||
@Inject(method = "sendPacket(Lnet/minecraft/network/packet/Packet;)V", at = @At("HEAD"), cancellable = true)
|
||||
public void onSendPacket(Packet<?> packet, CallbackInfo ci) {
|
||||
if (OutgoingPacketEvent.Companion.publish(new OutgoingPacketEvent(packet)).getCancelled()) {
|
||||
|
||||
Reference in New Issue
Block a user