From 895cb05392cfd937b279405df2846462eacebfc2 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 4 Jan 2014 03:15:01 -0500 Subject: [PATCH] Preload vox sounds no workie good --- 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 fde16d33dd2..dc10c6c2c53 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -280,7 +280,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() getFiles( // 'nano/js/libraries.min.js', 'nano/js/libraries/1-jquery.js',