Updates Byond to 1585 (#15491)

* Update _compile_options.dm

* Update README.md

* Update Dockerfile
This commit is contained in:
Jamie D
2022-08-29 21:04:24 +01:00
committed by GitHub
parent bba689b2a7
commit 2b29b8899e
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
//If you update these values, update the message in the #error
#define MAX_BYOND_MAJOR 514
#define MAX_BYOND_MINOR 1583
#define MAX_BYOND_MINOR 1585
///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