From 5dc9df4c6a390b09287893981aae3140ded2550a Mon Sep 17 00:00:00 2001 From: GoldenTails Date: Sun, 23 May 2021 19:21:23 -0500 Subject: [PATCH] Allow people to update their Master Server listing on command. --- src/mserv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mserv.c b/src/mserv.c index b9333f517..0c715e78f 100644 --- a/src/mserv.c +++ b/src/mserv.c @@ -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 }