mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
510: Enforce >=510 compile
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define MAX_NAME_LEN 26
|
||||
|
||||
// Version check, terminates compilation if someone is using a version of BYOND that's too old
|
||||
#if DM_VERSION < 508
|
||||
#if DM_VERSION < 510
|
||||
#error OUTDATED VERSION ERROR - \
|
||||
Due to BYOND features used in this codebase, you must update to version 508 or later to compile. \
|
||||
This may require updating to a beta release.
|
||||
|
||||
Reference in New Issue
Block a user