mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] tgui 516 (#10158)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
021ac2b32d
commit
bb759b294c
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user