mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Makes the 1643 error more explicit (#87172)
I wrote this expecting that there would be more broken versions in the distant future, so we could simply re-use this block for those But I forgot this will most likely be seen by fresh contributors or people who don't even contribute and are just testing things So I'm just making the message as explicit as possible
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
|
||||
// Unable to compile this version thanks to mutable appearance changes
|
||||
#if (DM_VERSION == 515 && DM_BUILD == 1643)
|
||||
#error This version of BYOND cannot compile this project. Visit www.byond.com/download/build to download an older version or update (if possible).
|
||||
#error This specific version of BYOND (515.1643) cannot compile this project.
|
||||
#error If 515.1643 IS NOT the latest version of BYOND, then you should simply update as normal.
|
||||
#error But if 515.1643 IS the latest version of BYOND, i.e. you can't update, then you MUST visit www.byond.com/download/build and downgrade to 515.1642.
|
||||
#endif
|
||||
|
||||
// Keep savefile compatibilty at minimum supported level
|
||||
|
||||
Reference in New Issue
Block a user