mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-09 21:44:15 +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;
|
int i;
|
||||||
|
|
||||||
if( !strcmp( classname, "item_suit") )
|
//if( !strcmp( classname, "item_suit") )
|
||||||
return;
|
//return;
|
||||||
|
|
||||||
if( !strcmp( classname, "item_healthkit") )
|
if( !strcmp( classname, "item_healthkit") )
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user