From 61d341d6a689b0e94f04ca9aec53022376260a1e Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 20 Dec 2022 19:56:16 -0500 Subject: [PATCH] Update main.qc --- source/server/main.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/server/main.qc b/source/server/main.qc index 12fd35d..72a34c9 100644 --- a/source/server/main.qc +++ b/source/server/main.qc @@ -186,7 +186,7 @@ void() precaches = // // player-made - +#ifdef PC precache_sound("sounds/player/footstep1.wav"); precache_sound("sounds/player/footstep2.wav"); precache_sound("sounds/player/footstep3.wav"); @@ -195,7 +195,7 @@ void() precaches = precache_sound("sounds/player/jump.wav"); precache_sound("sounds/player/land.wav"); precache_sound("sounds/player/pain4.wav"); - +#endif // PC // weapons precache_sound("sounds/weapons/colt/magin.wav");