From 6790d65da42cf74669e0ec155d7399ab7e311293 Mon Sep 17 00:00:00 2001 From: Couls Date: Sun, 11 Aug 2019 16:48:54 -0400 Subject: [PATCH] review fix --- code/modules/client/client procs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 3d5f8fc1b95..84e86b0f4d3 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -753,7 +753,8 @@ // Change the way they should download resources. if(config.resource_urls) preload_rsc = pick(config.resource_urls) - else preload_rsc = 1 // If config.resource_urls is not set, preload like normal. + else + preload_rsc = 1 // If config.resource_urls is not set, preload like normal. // Most assets are now handled through global_cache.dm getFiles( 'html/search.js', // Used in various non-NanoUI HTML windows for search functionality