mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Allow people to update their Master Server listing on command.
This commit is contained in:
parent
786d263019
commit
5dc9df4c6a
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ void AddMServCommands(void)
|
|||
CV_RegisterVar(&cv_server_contact);
|
||||
#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…
Add table
Reference in a new issue