mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
RS pack port and tgui core 3.0.4 (#17520)
* RS pack initial * fix RPD * urg wrong tgui folder * tgui core 3.0.4 * update tgui say * push that * .
This commit is contained in:
@@ -260,7 +260,10 @@
|
||||
json_data["config"] = list(
|
||||
"title" = title,
|
||||
"status" = status,
|
||||
"interface" = interface,
|
||||
"interface" = list(
|
||||
"name" = interface,
|
||||
"layout" = null, // user.client.prefs.read_preference(/datum/preference/choiced/tgui_layout), // unused
|
||||
),
|
||||
//"refreshing" = refreshing,
|
||||
"refreshing" = FALSE,
|
||||
"map" = (using_map && using_map.path) ? using_map.path : "Unknown",
|
||||
|
||||
Reference in New Issue
Block a user