Skip to content

Commit eae4143

Browse files
committed
Genericize compat error message
1 parent 3665add commit eae4143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/_byond_version_compact.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#if (DM_VERSION < MIN_COMPILER_VERSION || DM_BUILD < MIN_COMPILER_BUILD) && !defined(SPACEMAN_DMM)
77
//Don't forget to update this part
88
#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
9+
#error For a specific minimum version, check code/_byond_version_compact.dm
1010
#endif
1111

1212
// Keep savefile compatibilty at minimum supported level

0 commit comments

Comments
 (0)