mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
add maplist to the list of commands supported by the server
This commit is contained in:
parent
04074515eb
commit
bc2af514b3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue