From 4f6948885c1548aea57b7b247dd1ea77349836bc Mon Sep 17 00:00:00 2001 From: Erthilo Date: Thu, 29 Aug 2013 22:08:11 +0100 Subject: [PATCH] Comments out preload_vox() as it causes long delays with initial start window and subsequent windows when first logged in. --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 15a8b47bddd..d34511f1683 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -241,7 +241,7 @@ //send resources to the client. It's here in its own proc so we can move it around easiliy if need be /client/proc/send_resources() - preload_vox() +// preload_vox() //Causes long delays with initial start window and subsequent windows when first logged in. getFiles( 'nano/js/libraries.min.js', 'nano/js/nano_update.js',