removed :q alias for :quit

there is still :q! and it conflicts with the /q alias for /query
This commit is contained in:
Gunter Labes 2009-08-19 10:03:48 +00:00
parent f58f698d99
commit 2ba8f2b658

View file

@ -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."));