host_cmd.c (Host_InitCommands): register Host_Mods_f as "games" too, as an

alias to the existing "mods" command. (this was unintentionally applied in
revision 87, sigh...)


git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@88 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-02-27 08:05:36 +00:00
parent f0c318cafe
commit 28c4c3bfe5

View file

@ -2214,7 +2214,7 @@ void Host_InitCommands (void)
Cmd_AddCommand ("maps", Host_Maps_f); //johnfitz
Cmd_AddCommand ("game", Host_Game_f); //johnfitz
Cmd_AddCommand ("mods", Host_Mods_f); //johnfitz
Cmd_AddCommand ("games", Host_Mods_f); // as an alias to "mods" -- S.A.
Cmd_AddCommand ("games", Host_Mods_f); // as an alias to "mods" -- S.A. / QuakeSpasm
Cmd_AddCommand ("mapname", Host_Mapname_f); //johnfitz
Cmd_AddCommand ("status", Host_Status_f);