this might do it

This commit is contained in:
Paul Ritter
2019-05-09 23:48:59 +02:00
parent a71457b753
commit 62b3d7bf56
2 changed files with 1 additions and 1 deletions

View File

@@ -591,7 +591,7 @@ Crew Monitor by Paul, based on the holomaps by Deity
send_asset_list(user.client, C.assets)
ui = new(user, src, "textview", "cmc.tmpl", "Crew Monitoring", 900, 600)
ui.add_stylesheet('html/browser/cmc.css')
ui.add_stylesheet('cmc.css')
var/list/i_data = list()
i_data["update"] = textview_updatequeued[uid]
i_data["holo"] = holomap[uid]