Make SStgui actually read the html from the disk at runtime (#31464)

* Make SStgui actually read the html from the disk at runtime

* Remove the comment

* Back to "
This commit is contained in:
Jordan Brown
2017-10-11 18:04:30 -04:00
committed by CitadelStationBot
parent 5b4e26cb06
commit 24a85f97ab
+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()