Revert "Admin Log Browser Improvements (#39130)"
This reverts commit f67cebf7a4.
Per request of @Kowlin and @southbridge-fur
Check out https://github.com/space-wizards/space-station-14/issues/39960 for further information
This commit is contained in:
@@ -87,7 +87,6 @@ public sealed partial class AdminLogManager : SharedAdminLogManager, IAdminLogMa
|
||||
// Per round
|
||||
private int _currentRoundId;
|
||||
private int _currentLogId;
|
||||
private TimeSpan _currentRoundStartTime;
|
||||
private int NextLogId => Interlocked.Increment(ref _currentLogId);
|
||||
private GameRunLevel _runLevel = GameRunLevel.PreRoundLobby;
|
||||
|
||||
@@ -261,7 +260,6 @@ public sealed partial class AdminLogManager : SharedAdminLogManager, IAdminLogMa
|
||||
|
||||
public void RoundStarting(int id)
|
||||
{
|
||||
_currentRoundStartTime = _timing.CurTime;
|
||||
_currentRoundId = id;
|
||||
CacheNewRound();
|
||||
}
|
||||
@@ -318,7 +316,6 @@ public sealed partial class AdminLogManager : SharedAdminLogManager, IAdminLogMa
|
||||
Type = type,
|
||||
Impact = impact,
|
||||
Date = DateTime.UtcNow,
|
||||
CurTime = (_timing.CurTime - _currentRoundStartTime).Ticks,
|
||||
Message = message,
|
||||
Json = json,
|
||||
Players = new List<AdminLogPlayer>(players.Count)
|
||||
|
||||
Reference in New Issue
Block a user