From a6508c7154e61bd200a9504753b1fb014bbb37f3 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Thu, 4 Aug 2022 19:07:40 -0400 Subject: [PATCH] Fix help for Teeworlds again --- website/js/consoles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,