Skip to content
Snippets Groups Projects
Commit fdee3a2b authored by LJ Sonic's avatar LJ Sonic
Browse files

Merge branch 'ms_update_command' into 'next'

Allow people to update their Master Server listing on command.

See merge request !1518
parents c00d1e54 3d0e8f19
Branches
Tags
1 merge request!1518Allow people to update their Master Server listing on command.
......@@ -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.
Please register or to comment