Skip to content

Commit

Permalink
Flying Points: Remove from the world on the tracked player dead
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Jun 21, 2024
1 parent 23c42e6 commit 2df85ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/server/infclass/entities/flyingpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ void CFlyingPoint::Tick()
m_InitialAmount *= 0.98f;
}
}
else
{
MarkForDestroy();
}
}

void CFlyingPoint::Snap(int SnappingClient)
Expand Down

0 comments on commit 2df85ef

Please sign in to comment.