museca: respect local matching flag

This commit is contained in:
Will Toohey 2023-11-27 17:14:26 +10:00 committed by Will
parent 1fb6597e46
commit 2ec07ce09b

View File

@ -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]
},
]
},
]),
]);
});