We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5cac4 commit 2ef39fcCopy full SHA for 2ef39fc
src/main/java/uk/u32/packeterrorhandling/mixin/ClientConnectionMixin.java
@@ -14,7 +14,6 @@
14
import org.spongepowered.asm.mixin.injection.Inject;
15
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
16
17
-@Debug(export = true)
18
@Mixin(ClientConnection.class)
19
public abstract class ClientConnectionMixin extends SimpleChannelInboundHandler<Packet<?>> {
20
@Final
0 commit comments