Revert "Updates Byond to 1585 (#15491)" (#15667)

This reverts commit 2b29b8899e.
This commit is contained in:
TheGamerdk
2022-09-11 18:25:37 +02:00
committed by GitHub
parent 7787199f8c
commit 8f127c409d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM tgstation/byond:514.1585 as base
FROM tgstation/byond:514.1583 as base
FROM base as build_base

View File

@@ -35,7 +35,7 @@ code tab of https://github.com/yogstation13/Yogstation
(note: this will use a lot of bandwidth if you wish to update and is a lot of
hassle if you want to make any changes at all, so it's not recommended.)
## The Yogstation codebase recommends compiling using version [514.1585](https://www.byond.com/download/build/514/514.1585_byond.exe) and may potentially NOT work on newer or older versions.
## The Yogstation codebase recommends compiling using version [514.1583](https://www.byond.com/download/build/514/514.1583_byond.exe) and may potentially NOT work on newer or older versions.
## :exclamation: How to compile :exclamation:

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 1585
#define MAX_BYOND_MINOR 1583
///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