improve tgui subsystem fire(

This commit is contained in:
spookerton
2022-03-31 20:27:07 +01:00
parent 26a8ee2c0d
commit 2754e8a2db
2 changed files with 34 additions and 29 deletions
+1 -2
View File
@@ -55,8 +55,7 @@
else
options += "titlebar=1;can_resize=1;"
// Generate page html
var/html = SStgui.basehtml
html = replacetextEx(html, "\[tgui:windowId]", id)
var/html = replacetextEx(SStgui.base_html, "\[tgui:windowId]", id)
// Process inline assets
var/inline_styles = ""
var/inline_scripts = ""