Change admin log filter types and impacts to use hashsets

This commit is contained in:
DrSmugleaf
2021-12-24 20:48:21 +01:00
parent ae287f264a
commit 2f75b282b9
5 changed files with 10 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ public class AdminLogsEui : BaseEui
{
var request = new LogsRequest(
LogsControl.SelectedRoundId,
LogsControl.SelectedTypes.ToList(),
LogsControl.SelectedTypes.ToHashSet(),
null,
null,
null,