mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-12 00:28:12 +01:00
refactors most spans
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
|
||||
if (unreceived.len)
|
||||
if (unreceived.len >= ASSET_CACHE_TELL_CLIENT_AMOUNT)
|
||||
to_chat(client, "<span class='infoplain'>Sending Resources...</span>")
|
||||
to_chat(client, span_infoplain("Sending Resources..."))
|
||||
|
||||
for (var/asset_name in unreceived)
|
||||
var/new_asset_name = asset_name
|
||||
|
||||
Reference in New Issue
Block a user