Skip to content

Commit

Permalink
Update VV usage
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jun 27, 2024
1 parent 3ac3216 commit 42f3316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Mixin(value = Protocol1_20To1_20_2.class, remap = false)
public abstract class MixinProtocol1_20To1_20_2 {

@Inject(method = "lambda$queueServerboundPacket$12", at = @At("HEAD"), cancellable = true)
@Inject(method = "lambda$queueServerboundPacket$13", at = @At("HEAD"), cancellable = true)
private static void dontQueueConfigPackets(ServerboundPackets1_20_2 packetType, PacketWrapper wrapper, CallbackInfo ci) {
if (!DebugSettings.global().queueConfigPackets.getValue()) {
ci.cancel();
Expand Down

0 comments on commit 42f3316

Please sign in to comment.