mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Experimental: Compile TGUI for Edge and IE separately (#16741)
This commit is contained in:
@@ -106,7 +106,10 @@
|
||||
strict_mode = TRUE,
|
||||
fancy = user.client.prefs.tgui_fancy,
|
||||
assets = list(
|
||||
get_asset_datum(/datum/asset/simple/tgui),
|
||||
// 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),
|
||||
))
|
||||
else
|
||||
window.send_message("ping")
|
||||
|
||||
Reference in New Issue
Block a user