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 STJr/SRB2!1518
parents c00d1e54 3d0e8f19
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment