diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 8de01bf0fa7..5c99cc5ec81 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -1019,7 +1019,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( #endif #if (PRELOAD_RSC == 0) -/client/preload_vox() +/client/proc/preload_vox() for (var/name in GLOB.vox_sounds) var/file = GLOB.vox_sounds[name] Export("##action=load_rsc", file)