mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Removes debugging asset cache line
Keeping it in because i'm going to need it when I bring nanoui in to this system.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
if(!usr || usr != mob) //stops us calling Topic for somebody else's client. Also helps prevent usr=null
|
||||
return
|
||||
if(href_list["asset_cache_confirm_arrival"])
|
||||
src << "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED."
|
||||
//src << "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED."
|
||||
var/job = text2num(href_list["asset_cache_confirm_arrival"])
|
||||
completed_asset_jobs += job
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user