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:
committed by
CitadelStationBot
parent
5b4e26cb06
commit
24a85f97ab
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user