mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Make it use rsc html
This commit is contained in:
@@ -62,7 +62,7 @@ GLOBAL_DATUM_INIT(iconCache, /savefile, new("data/iconCache.sav")) //Cache of ic
|
||||
for(var/asset in chatResources)
|
||||
owner << browse_rsc(file(chatResources[asset]), asset)
|
||||
|
||||
owner << browse(file("code/modules/goonchat/browserassets/html/browserOutput.html"), "window=browseroutput")
|
||||
owner << browse(file('code/modules/goonchat/browserassets/html/browserOutput.html'), "window=browseroutput")
|
||||
|
||||
/datum/chatOutput/Topic(href, list/href_list)
|
||||
if(usr.client != owner)
|
||||
|
||||
Reference in New Issue
Block a user