Skip to content

Commit

Permalink
Add description to new config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
banna12345bob committed Aug 6, 2024
1 parent 8bc1706 commit 33cae4d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class CServer extends ConfigBase {

public final ConfigGroup computerCraft = group(0, "computerCraft", Comments.computerCraft);

public final ConfigBool getSubAccountsCommand = b(false, "get_sub_accounts_command");
public final ConfigBool getSubAccountsCommand = b(false, "get_sub_accounts_command", Comments.getSubAccountsCommand);


//public final ConfigGroup misc = group(0, "misc", Comments.misc);
Expand All @@ -55,6 +55,8 @@ private static class Comments {

static final String computerCraft = "Settings relating to ComputerCraft compatibility";

static final String getSubAccountsCommand = "Enables the getSubAccounts function. Disabled by default due to security concerns.";

static final String misc = "Miscellaneous settings";
}
}

0 comments on commit 33cae4d

Please sign in to comment.