Skip to content

Commit

Permalink
Fixed 1.17 not booting
Browse files Browse the repository at this point in the history
Closes #290
  • Loading branch information
FlorianMichael committed Dec 20, 2023
1 parent 660f369 commit 679de94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import io.netty.channel.ChannelHandlerContext;
import net.minecraft.network.ClientConnection;
import org.slf4j.Logger;
import org.apache.logging.log4j.Logger;
import org.spongepowered.asm.mixin.Final;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
Expand Down

0 comments on commit 679de94

Please sign in to comment.