Skip to content

Commit

Permalink
Update Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Jul 22, 2023
1 parent 00cd160 commit af7d5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Config {
public static final String FILE_NAME = "config.json";

public static final Config DEFAULT = new ConfigBuilder()
.playerListMode(PlayerListMode.ADD)
.playerListMode(PlayerListMode.REPLACE)
.serverListEntryFormat("%1$s")
.maxListEntries(16)
.replaceOnlinePlayerCount(false)
Expand Down

0 comments on commit af7d5f9

Please sign in to comment.