From 3d0e8f194a94b2d604c138ec3c4c0ec491185514 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 f64c7bea9..ff62f2cdc 100644 --- a/src/mserv.c +++ b/src/mserv.c @@ -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 }