Merge branch 'caseclosed' into mobile_hacks

This commit is contained in:
Andrey Akhmichin 2019-11-30 17:56:49 +05:00
commit 8b5d5b705e
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ float CHalfLifeRules::FlPlayerFallDamage( CBasePlayer *pPlayer )
//=========================================================
void CHalfLifeRules::PlayerSpawn( CBasePlayer *pPlayer )
{
pPlayer->GiveNamedItem( "item_suit" );
}
//=========================================================