Valve: Fix dupe player precaches.
This commit is contained in:
parent
c6f40c2590
commit
94d7da9ed7
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ void Game_Worldspawn(void)
|
|||
precache_model("models/player.mdl");
|
||||
precache_model("models/w_weaponbox.mdl");
|
||||
precache_sound("fvox/flatline.wav");
|
||||
|
||||
Player_Precache();
|
||||
Weapons_Init();
|
||||
Player_Precache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue