Add non-players button to log viewer (#14097)
* add include non-players button to log viewer * breakout player filter check * fix sending player logs with no players selected * fix default not returning player logs, causing test issue
This commit is contained in:
@@ -51,8 +51,10 @@ public sealed class AdminLogsEui : BaseEui
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
LogsControl.SelectedPlayers.Count != 0,
|
||||
LogsControl.SelectedPlayers.ToArray(),
|
||||
null,
|
||||
LogsControl.IncludeNonPlayerLogs,
|
||||
null,
|
||||
DateOrder.Descending);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user