Fix help for Teeworlds

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

View File

@ -108,15 +108,15 @@ 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 <name>\tKick a person by name"
"Helpful commands:\n• status\tDisplay server status\n• runwave\tTrigger the next wave\n• kick id\tKick a person with id"
);
createConsole(
root,
'teeworlds',
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 <name>\tKick a person by name"
'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"
);
createConsole(
root,