updates compiling to be allowed on 514.1569 (#12509)

This commit is contained in:
Theos
2021-10-22 13:58:32 -04:00
committed by GitHub
parent bb75cd6197
commit f6cb0f9a96

View File

@@ -60,12 +60,12 @@
//If you update these values, update the message in the #error
#define MAX_BYOND_MAJOR 514
#define MAX_BYOND_MINOR 1566
#define MAX_BYOND_MINOR 1569
///Uncomment to bypass the max version check. Note: This will likely break the game, only use if you know what you're doing
//#define IGNORE_MAX_BYOND_VERSION
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION)
#error Your version of BYOND is too new to compile this project. Download version 514.1566 at www.byond.com/download/build/514/514.1566_byond.exe
#error Your version of BYOND is too new to compile this project. Download version 514.1569 at www.byond.com/download/build/514/514.1569_byond.exe
#endif
#ifdef TRAVISBUILDING