Skip to content

Commit

Permalink
Leave event build only client by stonecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Dec 3, 2024
1 parent cf92e0b commit 48be1f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.vulpeus.kyoyu.client.mixins;

//? if client {
import com.vulpeus.kyoyu.Kyoyu;
import io.netty.channel.ChannelHandlerContext;
import net.minecraft.network.Connection;
Expand All @@ -16,3 +17,4 @@ private void onLeave(ChannelHandlerContext channelHandlerContext, CallbackInfo c
Kyoyu.deinitClient();
}
}
//?}

0 comments on commit 48be1f0

Please sign in to comment.