From b3bfcf24e15550f62d9920d3e2ecdb0fd6906f5b Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sun, 31 May 2020 01:29:29 +0800 Subject: [PATCH] fix --- EhTagClient/RecordDictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EhTagClient/RecordDictionary.cs b/EhTagClient/RecordDictionary.cs index 33dfee8..1f4ec61 100644 --- a/EhTagClient/RecordDictionary.cs +++ b/EhTagClient/RecordDictionary.cs @@ -225,7 +225,7 @@ public void Save() } } - public Record Find(string key, bool skipRender) + public Record Find(string key, bool skipRender = false) { if (!MapData.TryGetValue(key, out var index)) return null;