From 173f1d35d2181b153ab6df9d704baad15100ff94 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Thu, 4 Aug 2022 19:07:08 -0400 Subject: [PATCH] Fix help for Teeworlds --- website/js/consoles.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/js/consoles.js b/website/js/consoles.js index 3a7dfa8..99a58b0 100644 --- a/website/js/consoles.js +++ b/website/js/consoles.js @@ -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 \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 \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 \tKick a person by name" ); createConsole( root,