Skip to content

Commit

Permalink
И это тоже тут не надо ServerUpdateManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Nov 27, 2024
1 parent 98640b4 commit 55f68d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/ServerUpdates/ServerUpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public sealed class ServerUpdateManager : IPostInjectInit
[Dependency] private readonly IBaseServer _server = default!;
[Dependency] private readonly IConfigurationManager _cfg = default!;
[Dependency] private readonly ILogManager _logManager = default!;
[Dependency] private readonly IEntitySystemManager _entitySystemManager = default!;

private ISawmill _sawmill = default!;

Expand Down

0 comments on commit 55f68d2

Please sign in to comment.