mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-06-28 15:21:48 +00:00
Actually did something
This commit is contained in:
@ -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"]]]();
|
||||
|
Reference in New Issue
Block a user