Skip to content

Commit c7ef688

Browse files
committed
Unrestrict round end text
1 parent 49c4831 commit c7ef688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReplayBrowser/Pages/Search.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
private static List<SearchMode> LimitedSearchModes = new List<SearchMode>
170170
{
171171
SearchMode.ServerId,
172-
SearchMode.RoundEndText,
172+
//SearchMode.RoundEndText,
173173
};
174174

175175
protected override async Task OnInitializedAsync()

0 commit comments

Comments
 (0)