TGUI bug roundup part 6 (#16630)

* taj chat colours

* ah, I finally said it for real - I love you

* cl

* lost my halo, now I'm my own antichrist

* and I say hey...

* doing htat is probably a good idea

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-07-04 12:38:03 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 6b6b91638e
commit 20304206f3
21 changed files with 112 additions and 29 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ var/list/localhost_addresses = list(
// asset_cache
var/asset_cache_job
if(href_list["asset_cache_confirm_arrival"])
to_chat(src, "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED.")
//to_chat(src, "ASSET JOB [href_list["asset_cache_confirm_arrival"]] ARRIVED.")
//because we skip the limiter, we have to make sure this is a valid arrival and not somebody tricking us
// into letting append to a list without limit.
asset_cache_job = asset_cache_confirm_arrival(href_list["asset_cache_confirm_arrival"])