mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fix cdn rsc (#317)
Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com> Co-authored-by: KathrinBailey <53862927+KathrinBailey@users.noreply.github.com>
This commit is contained in:
co-authored by
Kyle Spier-Swenson
KathrinBailey
parent
73c84f692b
commit
f6a8a3fc56
@@ -877,7 +877,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
#if (PRELOAD_RSC == 0)
|
||||
var/static/next_external_rsc = 0
|
||||
var/list/external_rsc_urls = CONFIG_GET(keyed_list/external_rsc_urls)
|
||||
if(length(external_rsc_urls.len))
|
||||
if(length(external_rsc_urls))
|
||||
next_external_rsc = WRAP(next_external_rsc+1, 1, external_rsc_urls.len+1)
|
||||
preload_rsc = external_rsc_urls[next_external_rsc]
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user