make it not ring forever when you exit the dream world

This commit is contained in:
JohnCorby 2022-11-17 19:59:49 -08:00
parent 8ec1547453
commit ff7e6285eb

View File

@ -50,5 +50,7 @@ internal class ExitDreamWorldMessage : QSBMessage
ghost.GetEffects().OnSectorOccupantsUpdated();
}
}
Locator.GetAlarmSequenceController().OnExitDreamWorld();
}
}