From b82466c38d704c94df3d8d5aa1d577134238adb6 Mon Sep 17 00:00:00 2001 From: ssv2 Date: Thu, 25 May 2023 22:21:16 -0400 Subject: [PATCH] Added UnifiedUI (UUI) 2.2.1 - Continued (WorkshopID #2966990700) to the UUI Register function --- UUIRegisterShared/UUIRegister.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UUIRegisterShared/UUIRegister.cs b/UUIRegisterShared/UUIRegister.cs index eb8c1896..e172434a 100644 --- a/UUIRegisterShared/UUIRegister.cs +++ b/UUIRegisterShared/UUIRegister.cs @@ -20,7 +20,7 @@ public abstract partial class BaseTool : ToolBase, IUUITool where TypeMod : ICustomMod where TypeTool : ToolBase, ITool { - private static PluginSearcher UUISearcher { get; } = PluginUtilities.GetSearcher("Unified UI", 2255219025ul) & new VersionSearcher(new Version(1, 3), (m, s) => m >= s); + private static PluginSearcher UUISearcher { get; } = PluginUtilities.GetSearcher("Unified UI", 2255219025ul, 2966990700ul) & new VersionSearcher(new Version(1, 3), (m, s) => m >= s); public static bool IsUUIEnabled => UUISearcher.GetPlugin()?.isEnabled == true; public bool UUIRegistered { get; private set; }