Update eqemu_server.pl [skip ci]

This commit is contained in:
Akkadius 2019-01-22 02:50:30 -06:00
parent f6ea89f100
commit b82e870e22

View File

@ -920,7 +920,7 @@ sub show_menu_prompt {
$errored_command = 1;
}
elsif ($input ne "") {
print "Invalid command '" . $input . "'\n";
# print "Invalid command '" . $input . "'\n";
$errored_command = 1;
}
else {