lazy datacore fix

This commit is contained in:
Letter N
2020-08-06 17:27:51 +08:00
parent f2f6416105
commit 8f0f30f6f7
4 changed files with 42 additions and 6 deletions
@@ -10,7 +10,7 @@
/datum/computer_file/program/crew_manifest/ui_static_data(mob/user)
var/list/data = list()
data["manifest"] = GLOB.data_core.get_manifest()
data["manifest"] = GLOB.data_core.get_manifest_tg()
return data
/datum/computer_file/program/crew_manifest/ui_data(mob/user)