Fix incorrect world model for AK-47 ammo clip.

This commit is contained in:
Andrey Akhmichin 2021-06-26 20:14:54 +05:00
parent 1d66744377
commit 018b26bbea
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class Cak47AmmoClip : public CBasePlayerAmmo
void Spawn( void )
{
Precache( );
SET_MODEL(ENT(pev), "models/w_9mmARclip.mdl");
SET_MODEL(ENT(pev), "models/w_ak47clip.mdl");
CBasePlayerAmmo::Spawn( );
}
void Precache( void )