diff --git a/js/commands.js b/js/commands.js index 37978e9..e9545f3 100644 --- a/js/commands.js +++ b/js/commands.js @@ -6,7 +6,7 @@ function runCommand(input) { if (input.toLowerCase().startsWith("exit")) { cmd_exit(); - return; + return ""; } const modeSplit = chatMode.split(' ');