Skip to content

Commit

Permalink
Unrestrict round end text
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Nov 3, 2024
1 parent 49c4831 commit c7ef688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReplayBrowser/Pages/Search.razor
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
private static List<SearchMode> LimitedSearchModes = new List<SearchMode>
{
SearchMode.ServerId,
SearchMode.RoundEndText,
//SearchMode.RoundEndText,
};

protected override async Task OnInitializedAsync()
Expand Down

0 comments on commit c7ef688

Please sign in to comment.