Skip to content
Snippets Groups Projects
Commit 3d0e8f19 authored by Golden's avatar Golden
Browse files

Allow people to update their Master Server listing on command.

parent d9395b0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment