Ports #6039 with Virgo Fixes

This commit is contained in:
Unknown
2019-05-03 20:36:06 -04:00
parent d765444052
commit 9ce4361faa
5 changed files with 76 additions and 52 deletions
+1 -15
View File
@@ -221,18 +221,4 @@
oldMob.open_uis.Cut()
return 1 // success
/**
* Sends all nano assets to the client
* This is called on user login
*
* @param client /client The user's client
*
* @return nothing
*/
/datum/controller/subsystem/nanoui/proc/send_resources(client)
for(var/file in asset_files)
client << browse_rsc(file) // send the file to the client
return 1 // success