diff --git a/code/_compile_options.dm b/code/_compile_options.dm index e6c623692fa..da359fe4947 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -37,7 +37,7 @@ #if DM_VERSION < MIN_COMPILER_VERSION || DM_BUILD < MIN_COMPILER_BUILD //Don't forget to update this part #error Your version of BYOND is too out-of-date to compile this project. Go to https://secure.byond.com/download and update. -#error You need version 513.1508 or higher +#error You need version 513.1514 or higher #endif //Additional code for the above flags.