513 requirement, user-friendly byond version requirement handling (#15041)

* v1

* docs

* AA suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* MINIMUM VERSION 513

* // => ///

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Kyep
2020-12-03 09:25:22 +00:00
committed by GitHub
co-authored by AffectedArc07 Kyep
parent 76c3436f1e
commit f29d7c6e64
3 changed files with 18 additions and 7 deletions
+3
View File
@@ -90,6 +90,9 @@
// Last world.time that the player tried to request their resources.
var/last_ui_resource_send = 0
/// If true, client cannot ready up, late join, or observe. Used for players with EXTREMELY old byond versions.
var/version_blocked = FALSE
/// Date the client registered their BYOND account on
var/byondacc_date
/// Days since the client's BYOND account was created