mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Update SpacemanDMM suite to 1.2 (#48785)
* Update SpacemanDMM suite to 1.2 * Fix new lint errors
This commit is contained in:
committed by
Jordan Brown
parent
bca492823a
commit
3195ceaa22
@@ -83,7 +83,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
log_href("[src] (usr:[usr]\[[COORD(usr)]\]) : [hsrc ? "[hsrc] " : ""][href]")
|
||||
|
||||
//byond bug ID:2256651
|
||||
if (asset_cache_job && asset_cache_job in completed_asset_jobs)
|
||||
if (asset_cache_job && (asset_cache_job in completed_asset_jobs))
|
||||
to_chat(src, "<span class='danger'>An error has been detected in how your client is receiving resources. Attempting to correct.... (If you keep seeing these messages you might want to close byond and reconnect)</span>")
|
||||
src << browse("...", "window=asset_cache_browser")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user