Skip to content

Commit bc43221

Browse files
committed
Update README.md
1 parent 9c084d2 commit bc43221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MultiAdmin/Features/GithubGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public void OnCall(string[] args)
125125

126126
case ConfigEntry<InputHandler.ConsoleInputSystem> config:
127127
{
128-
stringBuilder.Append($"ConsoleInputSystem{ColumnSeparator}{config.Default}");
129-
break;
128+
stringBuilder.Append($"[ConsoleInputSystem](#ConsoleInputSystem){ColumnSeparator}{config.Default}");
129+
break;
130130
}
131131

132132
default:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ multiadmin_debug_log | Boolean | True | Enables MultiAdmin debug logging, this l
7373
multiadmin_debug_log_blacklist | String List | HandleMessage, StringMatches, MessageListener | Which tags to block for MultiAdmin debug logging
7474
multiadmin_debug_log_whitelist | String List | **Empty** | Which tags to log for MultiAdmin debug logging (Defaults to logging all if none are provided)
7575
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
76-
console_input_system | ConsoleInputSystem | New | Which console input system to use
76+
console_input_system | [ConsoleInputSystem](#ConsoleInputSystem) | New | Which console input system to use
7777
hide_input | Boolean | False | Whether to hide console input, if true, typed input will not be printed
7878
port | Unsigned Integer | 7777 | The port for the server to use
7979
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

0 commit comments

Comments
 (0)