Fix Next button resending the same admin logs (#16557)

This commit is contained in:
DrSmugleaf
2023-05-17 22:51:17 -07:00
committed by GitHub
parent b57717a6cc
commit 77ae2f2484
3 changed files with 2 additions and 6 deletions

View File

@@ -62,7 +62,6 @@ public sealed class AdminLogsEui : BaseEui
LogsControl.SelectedPlayers.ToArray(),
null,
LogsControl.IncludeNonPlayerLogs,
null,
DateOrder.Descending);
SendMessage(request);