diff --git a/website/js/consoles.js b/website/js/consoles.js index 99a58b0..39f25cd 100644 --- a/website/js/consoles.js +++ b/website/js/consoles.js @@ -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 \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 \tKick a person by name" + "Helpful commands:\n• status\tDisplay server status\n• change_map \tSwitch to \n• kick \tKick a person by id" ); createConsole( root,