Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Dec 21, 2022
1 parent 092f4b6 commit 63a3e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public class MyModInitializer implements ModInitializer {
public void onInitialize() {
CONFIG_INSTANCE = CONFIG.load(MyConfig.class);

// They are good now.
// They are good now
System.out.println(CONFIG_INSTANCE.playerName);
System.out.println(CONFIG_INSTANCE.d);
System.out.println(CONFIG_INSTANCE.color);
Expand Down

0 comments on commit 63a3e26

Please sign in to comment.