home · contact · privacy
Parse ARGUMENT_ERROR.
[plomrogue2-experiments] / new2 / rogue_chat.html
index dd0036ec7f8e47ce90c455b7be1a721bf9bc2af5..dd9cc8d9c4a3c46db9328721912a1959f404f124 100644 (file)
@@ -226,8 +226,8 @@ websocket.onmessage = function (event) {
      tui.log_msg(tokens[1]);
   } else if (tokens[0] === 'UNHANDLED_INPUT') {
      tui.log_msg('unknown command');
-  } else if (tokens[0] === 'GAME_ERROR') {
-     tui.log_msg('game error: ' + tokens[1]);
+  } else if (tokens[0] === 'ARGUMENT_ERROR') {
+     tui.log_msg('syntax error: ' + tokens[1]);
   } else if (tokens[0] === 'GAME_ERROR') {
      tui.log_msg('game error: ' + tokens[1]);
   } else if (tokens[0] === 'PONG') {