Server: update player flashlight precache names

This commit is contained in:
Marco Cawthorne 2024-01-08 15:36:14 -08:00
parent cf46661921
commit 47c657d16e
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 4 deletions

View File

@ -48,10 +48,8 @@ Game_Worldspawn(void)
{
precache_model("models/player.mdl");
precache_model("models/w_weaponbox.mdl");
Sound_Precache("player.die");
Sound_Precache("player.insane");
Sound_Precache("player.fall");
Sound_Precache("player.lightfall");
Sound_Precache("Player.FlashLightOff");
Sound_Precache("Player.FlashLightOn");
Player_Precache();
Weapons_Init();