Merge pull request #3319 from Citadel-Station-13/upstream-merge-31464

[MIRROR] Make SStgui actually read the html from the disk at runtime
This commit is contained in:
LetterJay
2017-10-12 07:18:42 -04:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ SUBSYSTEM_DEF(tgui)
var/basehtml // The HTML base used for all UIs.
/datum/controller/subsystem/tgui/PreInit()
basehtml = file2text('tgui/tgui.html') // Read the HTML from disk.
basehtml = file2text("tgui/tgui.html")
/datum/controller/subsystem/tgui/Shutdown()
close_all_uis()