Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit b3bfcf2

Browse files
fix
1 parent c6a7cf7 commit b3bfcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EhTagClient/RecordDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public void Save()
225225
}
226226
}
227227

228-
public Record Find(string key, bool skipRender)
228+
public Record Find(string key, bool skipRender = false)
229229
{
230230
if (!MapData.TryGetValue(key, out var index))
231231
return null;

0 commit comments

Comments
 (0)