mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
co-authored by
AffectedArc07
Kyep
parent
76c3436f1e
commit
f29d7c6e64
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user