Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Mar 23, 2024
1 parent 48d5290 commit cb44691
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private void registerExtraPackets(CallbackInfo ci) {
} else {
tickRateState.isFrozen = isTickFrozen;
}
System.out.println("Sending " + tickRate + ", " + isTickFrozen);
PacketWrapper tickStatePacket = wrapper.create(ClientboundPackets1_20_3.TICKING_STATE);
tickStatePacket.write(Type.FLOAT, tickRate);
tickStatePacket.write(Type.BOOLEAN, isTickFrozen);
Expand Down

0 comments on commit cb44691

Please sign in to comment.