mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 15:32:52 +00:00
Added extra message when downloading external resources.
This commit is contained in:
@@ -104,8 +104,12 @@
|
||||
return
|
||||
|
||||
// Change the way they should download resources.
|
||||
if(config.resource_urls) src.preload_rsc = pick(config.resource_urls)
|
||||
if(config.resource_urls)
|
||||
src.preload_rsc = pick(config.resource_urls)
|
||||
else src.preload_rsc = 1 // If config.resource_urls is not set, preload like normal.
|
||||
|
||||
src << "\red If the title screen is black, resources are still downloading. Please be patient until the title screen appears."
|
||||
|
||||
|
||||
clients += src
|
||||
directory[ckey] = src
|
||||
|
||||
Reference in New Issue
Block a user