mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Allow people to update their Master Server listing on command.
This commit is contained in:
parent
d9395b0a73
commit
3d0e8f194a
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ void AddMServCommands(void)
|
|||
CV_RegisterVar(&cv_servername);
|
||||
#ifdef MASTERSERVER
|
||||
COM_AddCommand("listserv", Command_Listserv_f);
|
||||
COM_AddCommand("masterserver_update", Update_parameters); // allows people to updates manually in case you were delisted by accident
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue