Merge branch 'master' into 2021-12-03-remove-IEntity-komm-süsser-todd

This commit is contained in:
Vera Aguilera Puerto
2021-12-09 10:39:11 +01:00
9 changed files with 588 additions and 499 deletions

View File

@@ -1,5 +1,4 @@
using Content.Server.Administration.Logs;
using Content.Server.Administration.UI;
using Content.Server.EUI;
using Content.Shared.Administration;
using Robust.Server.Player;

View File

@@ -26,7 +26,6 @@ public sealed class AdminLogsEui : BaseEui
private readonly ISawmill _sawmill;
private readonly AdminLogSystem _logSystem;
private readonly GameTicker _gameTicker;
private int _clientBatchSize;
private bool _isLoading = true;
@@ -43,7 +42,6 @@ public sealed class AdminLogsEui : BaseEui
_configuration.OnValueChanged(CCVars.AdminLogsClientBatchSize, ClientBatchSizeChanged, true);
_logSystem = EntitySystem.Get<AdminLogSystem>();
_gameTicker = EntitySystem.Get<GameTicker>();
_filter = new LogFilter
{