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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed May 30, 2020
1 parent c6a7cf7 commit b3bfcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EhTagClient/RecordDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b3bfcf2

Please sign in to comment.