Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UUIRegisterShared/UUIRegister.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public abstract partial class BaseTool<TypeMod, TypeTool> : 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; }
Expand Down