mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 10:46:46 +01:00
various fixes (#6252)
see commits fixes stuff in maintainer bug triage --------- Co-authored-by: silicons <no@you.cat>
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
/client/proc/warn_if_no_asset_cache_browser()
|
||||
if(!winexists(src, "asset_cache_browser")) // The client is using a custom skin, tell them.
|
||||
to_chat(src, "<span class='warning'>Unable to access asset cache browser, if you are using a custom skin file, please allow DS to download the updated version, if you are not, then make a bug report. This is not a critical issue but can cause issues with resource downloading, as it is impossible to know when extra resources arrived to you.</span>")
|
||||
|
||||
/// Process asset cache client topic calls for `"asset_cache_confirm_arrival=[INT]"`
|
||||
/client/proc/asset_cache_confirm_arrival(job_id)
|
||||
var/asset_cache_job = round(text2num(job_id))
|
||||
|
||||
Reference in New Issue
Block a user