From d31c6ac5b51507bfd3a75e20aca404e3ec8c4a33 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 6 Jul 2020 19:15:40 -0700 Subject: [PATCH] Contact the master server admims --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 9c601fbd6..a994d5990 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -204,7 +204,7 @@ extern char logfilename[1024]; // Will always resemble the versionstring, 205 = 2.0.5, 210 = 2.1, etc. #define CODEBASE 220 -// The Modification ID; must be obtained from Rob ( https://mb.srb2.org/private.php?do=newpm&u=546 ). +// The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/showgroups.php ). // DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server. // "18" is the default mod ID for version 2.2 #define MODID 18