exit command return type bugfix
This commit is contained in:
parent
703b11c79c
commit
93cc4c14ae
@ -6,7 +6,7 @@ function runCommand(input) {
|
|||||||
|
|
||||||
if (input.toLowerCase().startsWith("exit")) {
|
if (input.toLowerCase().startsWith("exit")) {
|
||||||
cmd_exit();
|
cmd_exit();
|
||||||
return;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
const modeSplit = chatMode.split(' ');
|
const modeSplit = chatMode.split(' ');
|
||||||
|
Loading…
Reference in New Issue
Block a user