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 24f68b8 commit 98640b4
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 DiscordWebhook _discord = default!;
[Dependency] private readonly IEntitySystemManager _entitySystemManager = default!;

private ISawmill _sawmill = default!;
Expand Down

0 comments on commit 98640b4

Please sign in to comment.