Fix help for Teeworlds again

This commit is contained in:
DeathByDenim 2022-08-04 19:07:40 -04:00
parent 173f1d35d2
commit a6508c7154
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ function consoles_init() {
convertTerminalCodeToHtml,
'status',
'https://mindustrygame.github.io/wiki/servers/#dedicated-server-commands',
"Helpful commands:\n• status\tDisplay server status\n• runwave\tTrigger the next wave\n• kick id\tKick a person with id"
"Helpful commands:\n• status\tDisplay server status\n• runwave\tTrigger the next wave\n• kick <name>\tKick a person by name"
);
createConsole(
root,
@ -116,7 +116,7 @@ function consoles_init() {
convertTerminalCodeToHtml,
'status',
'https://www.teeworlds.com/?page=docs&wiki=server_commands',
"Helpful commands:\n• status\tDisplay server status\n• change_map mapname\tSwitch to mapname\n• kick <name>\tKick a person by name"
"Helpful commands:\n• status\tDisplay server status\n• change_map <mapname>\tSwitch to <mapname>\n• kick <id>\tKick a person by id"
);
createConsole(
root,