SERVER: Fix Power-Up sparkles not being freed after timeout

This commit is contained in:
Steam Deck User 2023-03-09 11:52:10 -05:00
parent 34350827ce
commit eac3d224f3

View file

@ -529,6 +529,7 @@ void() PU_Flash =
// Too late, free the Power-Up
if (self.hitcount >= 40) {
PU_FreeEnt(self);
PU_FreeEnt(self.owner);
}
};