Server: update player flashlight precache names
This commit is contained in:
parent
cf46661921
commit
47c657d16e
1 changed files with 2 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue