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:
@@ -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