From 8f778e43cc07408c8db691eeb15d01da3c7fdbc7 Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Sun, 10 May 2020 23:53:47 -0700 Subject: [PATCH] Makes the required version more obvious (#51055) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit About The Pull Request The num_to_hex pr #51005 updated the required version without updating the error message sweep sweep sweep Why It's Good For The Game This looks like a bug at first glance, let's fix that. Changelog 🆑 fix: Dear out of date coders, you will now be yelled at to update to the correct version of byond, rather then an unsupported one. /🆑 --- code/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.