From 54a713160ae8a0721587ecd22149489c1ccbf834 Mon Sep 17 00:00:00 2001 From: VladiStep Date: Sun, 24 Dec 2023 02:14:44 +0300 Subject: [PATCH] Update `ClickableSearchOutput()` for CLI. --- UndertaleModCli/Program.UMTLibInherited.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UndertaleModCli/Program.UMTLibInherited.cs b/UndertaleModCli/Program.UMTLibInherited.cs index 4bfa19006..2612b228e 100644 --- a/UndertaleModCli/Program.UMTLibInherited.cs +++ b/UndertaleModCli/Program.UMTLibInherited.cs @@ -521,13 +521,13 @@ public string SimpleTextInput(string title, string label, string defaultValue, b } /// - public async Task ClickableSearchOutput(string title, string query, int resultsCount, IOrderedEnumerable>> resultsDict, bool editorDecompile, IOrderedEnumerable failedList = null) + public async Task ClickableSearchOutput(string title, string query, int resultsCount, IOrderedEnumerable>> resultsDict, bool editorDecompile, IOrderedEnumerable failedList = null) { await ClickableSearchOutput(title, query, resultsCount, resultsDict.ToDictionary(pair => pair.Key, pair => pair.Value), editorDecompile, failedList); } /// - public async Task ClickableSearchOutput(string title, string query, int resultsCount, IDictionary> resultsDict, bool editorDecompile, IEnumerable failedList = null) + public async Task ClickableSearchOutput(string title, string query, int resultsCount, IDictionary> resultsDict, bool editorDecompile, IEnumerable failedList = null) { await Task.Delay(1); //dummy await