From 471f70acefc1eb77801e3e79c07c6ad25dc64e46 Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:16:56 +0100 Subject: [PATCH] Add ispeacock.json to diff --- components/menus/menuSystem.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/menus/menuSystem.ts b/components/menus/menuSystem.ts index 907be565..e28743a1 100644 --- a/components/menus/menuSystem.ts +++ b/components/menus/menuSystem.ts @@ -80,6 +80,9 @@ export class MenuSystemDatabase { this.hooks.getDatabaseDiff.tap( "PeacockInternal", (configs, gameVersion) => { + // This is global to all versions + configs.push("menusystem/data/ispeacock.json") + if (gameVersion === "h3") { configs.push( "menusystem/elements/settings/data/isnonvroptionvisible.json",