Skip to content

Commit

Permalink
museca: respect local matching flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Nov 27, 2023
1 parent 1fb6597 commit 2ec07ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions museca2.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@
},
]
},
{
name: "Make game respect server-sent option to disable local matching", // Created by Cammy
patches: [
{
offset: 0x248525,
off: [0x75],
on: [0x74]
},
]
},
]),
]);
});
Expand Down

0 comments on commit 2ec07ce

Please sign in to comment.