mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
adds some spans (#30070)
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
if(length(unreceived))
|
||||
if(length(unreceived) >= ASSET_CACHE_TELL_CLIENT_AMOUNT)
|
||||
to_chat(client, "Sending Resources...")
|
||||
to_chat(client, "<span class='debug'>Sending Resources...</span>")
|
||||
|
||||
for(var/asset_name in unreceived)
|
||||
var/new_asset_name = asset_name
|
||||
|
||||
Reference in New Issue
Block a user