mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 05:24:17 +00:00
Do not skip suit
This commit is contained in:
parent
fe15dc19e0
commit
80e6591c73
@ -627,8 +627,8 @@ void CWeaponList::AddWeapon( const char *classname )
|
||||
{
|
||||
int i;
|
||||
|
||||
if( !strcmp( classname, "item_suit") )
|
||||
return;
|
||||
//if( !strcmp( classname, "item_suit") )
|
||||
//return;
|
||||
|
||||
if( !strcmp( classname, "item_healthkit") )
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user