diff --git a/src/game/server/infclass/entities/flyingpoint.cpp b/src/game/server/infclass/entities/flyingpoint.cpp index a7e0e958..8bd54c80 100644 --- a/src/game/server/infclass/entities/flyingpoint.cpp +++ b/src/game/server/infclass/entities/flyingpoint.cpp @@ -37,6 +37,10 @@ void CFlyingPoint::Tick() m_InitialAmount *= 0.98f; } } + else + { + MarkForDestroy(); + } } void CFlyingPoint::Snap(int SnappingClient)