Browse Source

Do not skip suit

gravgun
mittorn 6 years ago
parent
commit
80e6591c73
  1. 4
      dlls/coop.cpp

4
dlls/coop.cpp

@ -627,8 +627,8 @@ void CWeaponList::AddWeapon( const char *classname ) @@ -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…
Cancel
Save