Skip to content

Commit

Permalink
iffy but workable fix for topic spam bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Dec 19, 2024
1 parent b5bf411 commit a0818a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/asset_cache/asset_cache_client.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@
while(!completed_asset_jobs["[job]"] && t < timeout_time) // Reception is handled in Topic()
stoplag(1) // Lock up the caller until this is received.
t++
if(byond_version == 516) // shitty workaround but avoids the spam limiter being hit
src << browse(null, "window=asset_cache_browser&file=asset_cache_send_verify.htm")
if (t < timeout_time)
return TRUE

0 comments on commit a0818a2

Please sign in to comment.