add maplist to the list of commands supported by the server

This commit is contained in:
Bill Currie 2000-10-02 17:22:37 +00:00
parent 04074515eb
commit bc2af514b3

View file

@ -886,6 +886,7 @@ void SV_InitOperatorCommands (void)
Cmd_AddCommand ("sv_gamedir", SV_Gamedir);
Cmd_AddCommand ("floodprot", SV_Floodprot_f);
Cmd_AddCommand ("floodprotmsg", SV_Floodprotmsg_f);
Cmd_AddCommand ("maplist", COM_Maplist_f);
cl_warncmd = Cvar_Get ("cl_warncmd", "1", CVAR_NONE, "dunno. equiv to sh -x?"); // FIXME poor description
}