Unused dependency cleanup. (#36760)

* take 2! fight!!!

* final touches

* reeeeeee
This commit is contained in:
Kyle Tyo
2025-04-20 09:56:39 -04:00
committed by GitHub
parent 0d0ac82484
commit a711912cba
10 changed files with 2 additions and 22 deletions

View File

@@ -5,7 +5,6 @@ using Content.Server.Afk;
using Content.Server.Afk.Events;
using Content.Server.GameTicking;
using Content.Server.GameTicking.Events;
using Content.Server.Mind;
using Content.Server.Preferences.Managers;
using Content.Server.Station.Events;
using Content.Shared.CCVar;
@@ -33,7 +32,6 @@ public sealed class PlayTimeTrackingSystem : EntitySystem
[Dependency] private readonly IAdminManager _adminManager = default!;
[Dependency] private readonly IAfkManager _afk = default!;
[Dependency] private readonly IConfigurationManager _cfg = default!;
[Dependency] private readonly MindSystem _minds = default!;
[Dependency] private readonly IPlayerManager _playerManager = default!;
[Dependency] private readonly IServerPreferencesManager _preferencesManager = default!;
[Dependency] private readonly IPrototypeManager _prototypes = default!;