From 62c0b9e43fb4400ed1b67d4d7ed234e41fddeecd Mon Sep 17 00:00:00 2001
From: Sally Coolatta <tehrealsalt@gmail.com>
Date: Sat, 18 May 2024 19:51:27 -0400
Subject: [PATCH] Update MODID

Only in Ring Racers is it enough to change SRB2APPLICATION, this old stinky system is still in place...
---
 src/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/version.h b/src/version.h
index 3242cad672..9d20d89021 100644
--- a/src/version.h
+++ b/src/version.h
@@ -2,8 +2,8 @@
 
 // The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/members/?key=ms_admin ).
 // 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
+// "18" is the default mod ID for version 2.2, "63" is the mod ID for SUGOI
+#define MODID 63
 
 // The Modification Version, starting from 1. Do not follow your version string for this,
 // it's only for detection of the version the player is using so the MS can alert them of an update.
-- 
GitLab