removed :q alias for :quit
there is still :q! and it conflicts with the /q alias for /query
This commit is contained in:
parent
f58f698d99
commit
2ba8f2b658
1 changed files with 0 additions and 1 deletions
|
@ -2270,7 +2270,6 @@ private:
|
|||
register_command("save", &console_handler::do_save, _("Save game."));
|
||||
register_alias("save", "w");
|
||||
register_command("quit", &console_handler::do_quit, _("Quit game."));
|
||||
register_alias("quit", "q");
|
||||
register_alias("quit", "q!");
|
||||
register_command("save_quit", &console_handler::do_save_quit,
|
||||
_("Save and quit."));
|
||||
|
|
Loading…
Add table
Reference in a new issue