mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Second part of the typescript migration (#16109)
* more Uis * OperatingComputer & Newscaster * some more UIs * next set of UIs * next set * next set * small thingy * General & Medical Records * VorePanel * Bundles * sorting * fix bodyDesigner * small thing
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
else
|
||||
for(var/datum/data/record/R as anything in sortRecord(data_core.general))
|
||||
if(R)
|
||||
records += list(list(Name = R.fields["name"], "ref" = "\ref[R]"))
|
||||
records += list(list(name = R.fields["name"], "ref" = "\ref[R]"))
|
||||
data["recordsList"] = records
|
||||
data["records"] = null
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user