Update SpacemanDMM suite to 1.2 (#48785)

* Update SpacemanDMM suite to 1.2

* Fix new lint errors
This commit is contained in:
spookydonut
2020-01-16 11:49:39 -05:00
committed by Jordan Brown
parent bca492823a
commit 3195ceaa22
31 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -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")