Valve: Fix dupe player precaches.

This commit is contained in:
Marco Cawthorne 2020-04-08 08:02:13 +02:00
parent c6f40c2590
commit 94d7da9ed7
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}