Browse Source

Do not use targets second time

hlzbot-dirty
mittorn 8 years ago
parent
commit
ab9523769a
  1. 1
      dlls/items.cpp

1
dlls/items.cpp

@ -177,6 +177,7 @@ CBaseEntity* CItem::Respawn( void )
SetThink( &CItem::Materialize ); SetThink( &CItem::Materialize );
pev->nextthink = g_pGameRules->FlItemRespawnTime( this ); pev->nextthink = g_pGameRules->FlItemRespawnTime( this );
pev->target = 0;
return this; return this;
} }

Loading…
Cancel
Save