[HL25] Backport MP5's default magazine capacity change
This commit is contained in:
parent
ebaf86de92
commit
d6635d2f71
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void CMP5::Spawn()
|
|||
SET_MODEL(ENT(pev), "models/w_9mmAR.mdl");
|
||||
m_iId = WEAPON_MP5;
|
||||
|
||||
m_iDefaultAmmo = MP5_DEFAULT_GIVE;
|
||||
m_iDefaultAmmo = gpGlobals->maxClients > 1 ? MP5_MAX_CLIP : MP5_DEFAULT_GIVE;
|
||||
|
||||
FallInit(); // get ready to fall down.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue