From 8d615129e7fe65e323bdc84472906e1a67b82fa7 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sat, 16 Jul 2022 13:22:53 +0200 Subject: [PATCH] added [!F] to the regex to avoid having Font.szs getting the patch applied --- .../essentials/_PATCH/files/Scene/UI/CommonMenu.d.json | 2 +- .../specific/_PATCH/files/Scene/UI/CommonMenu.d.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d.json b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d.json index 5597107..cc1e68d 100644 --- a/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d.json +++ b/Pack/MKWFaraphel/essentials/_PATCH/files/Scene/UI/CommonMenu.d.json @@ -1,4 +1,4 @@ { "mode": "match", - "match_regex": "*[!_]?.szs" + "match_regex": "[!F]*[!_]?.szs" } \ No newline at end of file diff --git a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonMenu.d.json b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonMenu.d.json index 5597107..cc1e68d 100644 --- a/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonMenu.d.json +++ b/Pack/MKWFaraphel/specific/_PATCH/files/Scene/UI/CommonMenu.d.json @@ -1,4 +1,4 @@ { "mode": "match", - "match_regex": "*[!_]?.szs" + "match_regex": "[!F]*[!_]?.szs" } \ No newline at end of file