Skip to content

Commit

Permalink
fix parasites and xenomites not allowing custom models
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jun 23, 2024
1 parent 3720650 commit e908555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/server/swarm/asw_parasite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ void CASW_Parasite::Spawn( void )

BaseClass::Spawn();

SetModel( SWARM_PARASITE_MODEL);

if (FClassnameIs(this, "asw_parasite_defanged"))
{
m_bDefanged = true;
Expand Down

0 comments on commit e908555

Please sign in to comment.