mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-05 14:11:11 +00:00
Merge pull request #1788 from DarkflameUniverse/1770-Kraken-audio-plays-after-shooting-gallery-match
fix: kraken audio plays after shooting gallery match
This commit is contained in:
commit
89678c4a05
@ -612,7 +612,7 @@ void SGCannon::StopGame(Entity* self, bool cancel) {
|
||||
|
||||
// Destroy all spawners
|
||||
for (auto* entity : Game::entityManager->GetEntitiesInGroup("SGEnemy")) {
|
||||
entity->Kill();
|
||||
entity->Smash(LWOOBJID_EMPTY, eKillType::SILENT);
|
||||
}
|
||||
|
||||
ResetVars(self);
|
||||
|
Loading…
x
Reference in New Issue
Block a user