Skip to content

Commit

Permalink
(chore) Change visibility of MOTD_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-DT committed Feb 8, 2024
1 parent 31f7613 commit 89ff603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nl/jandt/information/MotdCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.jetbrains.annotations.Nullable;

public class MotdCommand implements Command<ServerCommandSource> {
public static final SrvConfig.MotdConfig MOTD_CONFIG = SurvivalTools.CONFIG.motdConfig;
private static final SrvConfig.MotdConfig MOTD_CONFIG = SurvivalTools.CONFIG.motdConfig;
public static MotdCommand instance = new MotdCommand();

public void registerCommand(CommandDispatcher<ServerCommandSource> dispatcher) {
Expand Down

0 comments on commit 89ff603

Please sign in to comment.