0
0
Fork 0
mirror of https://github.com/nzp-team/quakec.git synced 2025-04-26 19:40:57 +00:00

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);
}
};