Skip to content

Commit

Permalink
Fix other check
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Feb 10, 2024
1 parent 678ba35 commit 8bfa662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public boolean shouldApplyMixin(String targetClassName, String mixinClassName) {

if (mixinClassName.equalsIgnoreCase("dev.tonimatas.packetfixer.mixins.CompressionDecoderMixin")) return !connectivity;
if (mixinClassName.equalsIgnoreCase("dev.tonimatas.packetfixer.mixins.compat.connectivity.CompressionDecoderMixin")) return connectivity;
if (mixinClassName.equalsIgnoreCase("dev.tonimatas.packetfixer.mixins.SplitterHandlerMixin") || mixinClassName.equalsIgnoreCase("net.tonimatasdev.packetfixer.mixins.SizePrependerMixin")) {
if (mixinClassName.equalsIgnoreCase("dev.tonimatas.packetfixer.mixins.SplitterHandlerMixin") || mixinClassName.equalsIgnoreCase("dev.tonimatas.packetfixer.mixins.SizePrependerMixin")) {
if (krypton) {
LogUtils.getLogger().warn("For can't fit X into 3 error fix. Delete Krypton or Pluto.");
return false;
Expand Down

0 comments on commit 8bfa662

Please sign in to comment.