We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3665add commit eae4143Copy full SHA for eae4143
code/_byond_version_compact.dm
@@ -6,7 +6,7 @@
6
#if (DM_VERSION < MIN_COMPILER_VERSION || DM_BUILD < MIN_COMPILER_BUILD) && !defined(SPACEMAN_DMM)
7
//Don't forget to update this part
8
#error Your version of BYOND is too out-of-date to compile this project. Go to https://secure.byond.com/download and update.
9
-#error You need version 515.1609 or higher
+#error For a specific minimum version, check code/_byond_version_compact.dm
10
#endif
11
12
// Keep savefile compatibilty at minimum supported level
0 commit comments