Skip to content

Commit

Permalink
fix: scape_main midi continues playing when logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed May 8, 2024
1 parent e8af3e0 commit caf5a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ class Game extends Client {
for (let i: number = 0; i < 5; i++) {
this.designColors[i] = 0;
}
stopMidi(); // custom fix :-)
Client.oplogic1 = 0;
Client.oplogic2 = 0;
Client.oplogic3 = 0;
Expand Down

0 comments on commit caf5a50

Please sign in to comment.