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");