Actually did something

This commit is contained in:
2021-09-29 19:41:44 +01:00
parent 9a94d4756c
commit bee00d2564
3 changed files with 5 additions and 9 deletions

View File

@ -108,8 +108,7 @@ playerModelForWeaponStub( weapon, secondary )
return;
}
// Hack for infected players
if ( self.pers["team"] == "axis" )
if ( self.pers["team"] == "axis" ) // Hack for infected players
{
if ( level.environment != "" && self isItemUnlocked( "ghillie_" + level.environment ) )
[[game[ team + "_model" ]["GHILLIE"]]]();