Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed May 24, 2021
1 parent 9c084d2 commit bc43221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MultiAdmin/Features/GithubGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public void OnCall(string[] args)

case ConfigEntry<InputHandler.ConsoleInputSystem> config:
{
stringBuilder.Append($"ConsoleInputSystem{ColumnSeparator}{config.Default}");
break;
stringBuilder.Append($"[ConsoleInputSystem](#ConsoleInputSystem){ColumnSeparator}{config.Default}");
break;
}

default:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ multiadmin_debug_log | Boolean | True | Enables MultiAdmin debug logging, this l
multiadmin_debug_log_blacklist | String List | HandleMessage, StringMatches, MessageListener | Which tags to block for MultiAdmin debug logging
multiadmin_debug_log_whitelist | String List | **Empty** | Which tags to log for MultiAdmin debug logging (Defaults to logging all if none are provided)
use_new_input_system | Boolean | True | **OBSOLETE: Use `console_input_system` instead, this config option may be removed in a future version of MultiAdmin.** Whether to use the new input system, if false, the original input system will be used
console_input_system | ConsoleInputSystem | New | Which console input system to use
console_input_system | [ConsoleInputSystem](#ConsoleInputSystem) | New | Which console input system to use
hide_input | Boolean | False | Whether to hide console input, if true, typed input will not be printed
port | Unsigned Integer | 7777 | The port for the server to use
copy_from_folder_on_reload | String | **Empty** | The location of a folder to copy files from into the folder defined by `config_location` whenever the configuration file is reloaded
Expand Down

0 comments on commit bc43221

Please sign in to comment.