Skip to content

Commit 4b0a283

Browse files
committed
fix(sound): reset pax_welcome accordingly
1 parent bbc6a57 commit 4b0a283

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • fbw-common/src/wasm/systems/systems/src/payload

fbw-common/src/wasm/systems/systems/src/payload/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ impl BoardingSounds {
744744
self.pax_boarding = false;
745745
self.pax_deboarding = false;
746746
self.pax_complete = false;
747+
self.pax_welcome = false;
747748
}
748749
}
749750
impl SimulationElement for BoardingSounds {

0 commit comments

Comments
 (0)