mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fuck (#29791)
This commit is contained in:
@@ -303,10 +303,13 @@
|
|||||||
* @return nothing
|
* @return nothing
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/datum/nanomanager/proc/send_resources(client)
|
/datum/nanomanager/proc/send_resources(client/client)
|
||||||
|
set waitfor = FALSE
|
||||||
for(var/file in asset_files)
|
for(var/file in asset_files)
|
||||||
world.log << file
|
world.log << file
|
||||||
client << browse_rsc(file) // send the file to the client
|
client << browse_rsc(file) // send the file to the client
|
||||||
|
if(client.byond_version == 514)
|
||||||
|
sleep(2)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends a message to the client-side JS of UIs on the object.
|
* Sends a message to the client-side JS of UIs on the object.
|
||||||
|
|||||||
Reference in New Issue
Block a user