diff --git a/src/version.h b/src/version.h
index 3242cad672df6757e74741ca482a403f7544e31b..9d20d8902170b36b52bc95bef32bc80f3c9e2781 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.