From 2ec07ce09b6ec34ee25fba1703be1395bf814350 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Mon, 27 Nov 2023 17:14:26 +1000 Subject: [PATCH] museca: respect local matching flag --- museca2.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/museca2.html b/museca2.html index 7a9a0ea..06544d2 100644 --- a/museca2.html +++ b/museca2.html @@ -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] + }, + ] + }, ]), ]); });