[MIRROR] tgui 516 (#10158)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-14 14:35:23 +01:00
committed by GitHub
co-authored by Kashargul
parent 021ac2b32d
commit bb759b294c
422 changed files with 1193 additions and 1595 deletions
+2 -5
View File
@@ -106,11 +106,8 @@
strict_mode = TRUE,
fancy = user.read_preference(/datum/preference/toggle/tgui_fancy),
assets = list(
// FIXME: Delete this when 516 is required!
user.client.byond_version >= 516 \
? get_asset_datum(/datum/asset/simple/tgui_edge) \
: get_asset_datum(/datum/asset/simple/tgui),
))
get_asset_datum(/datum/asset/simple/tgui),
))
else
window.send_message("ping")
send_assets()