File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
fabric/java21/v1_20_5/src/main/java/dev/tonimatas/packetfixer/mixins/v1_20_5_fabric Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
import dev .tonimatas .packetfixer .common .Config ;
4
4
import net .fabricmc .loader .api .FabricLoader ;
5
5
import net .fabricmc .loader .api .ModContainer ;
6
+ import org .apache .logging .log4j .LogManager ;
6
7
import org .objectweb .asm .tree .ClassNode ;
7
8
import org .spongepowered .asm .mixin .extensibility .IMixinConfigPlugin ;
8
9
import org .spongepowered .asm .mixin .extensibility .IMixinInfo ;
@@ -16,7 +17,7 @@ public class MixinPlugin implements IMixinConfigPlugin {
16
17
public void onLoad (String s ) {
17
18
if (isThisVersion ()) {
18
19
Config .runProperties ();
19
- System . out . println ("Packet Fixer forge 1.20.5-1.21.X has been applied successfully." );
20
+ LogManager . getLogger (). info ("Packet Fixer forge 1.20.5-1.21.X has been applied successfully." );
20
21
}
21
22
}
22
23
You can’t perform that action at this time.
0 commit comments