Skip to content

Commit

Permalink
full fix all error in bild
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemirda committed Jun 5, 2024
1 parent ed7ff94 commit c89fcaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Content.Server/Chat/Managers/ChatManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ internal sealed partial class ChatManager : IChatManager

public void Initialize()
{
IoCManager.Instance!.TryResolveType(out _sponsorsManager); // Corvax-Sponsors
_netManager.RegisterNetMessage<MsgChatMessage>();
_netManager.RegisterNetMessage<MsgDeleteChatMessagesBy>();

Expand Down
1 change: 0 additions & 1 deletion Content.Server/Connection/ConnectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public void Initialize()
{
_sawmill = _logManager.GetSawmill("connections");

IoCManager.Instance!.TryResolveType(out _sponsorsMgr); // Corvax-Sponsors
_netMgr.Connecting += NetMgrOnConnecting;
_netMgr.AssignUserIdCallback = AssignUserIdCallback;
// Approval-based IP bans disabled because they don't play well with Happy Eyeballs.
Expand Down
1 change: 0 additions & 1 deletion Content.Server/IoC/ServerContentIoC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static void Register()
IoCManager.Register<PlayTimeTrackingManager>();
IoCManager.Register<UserDbDataManager>();
IoCManager.Register<TTSManager>(); // Corvax-TTS
IoCManager.Register<DiscordAuthManager>(); // Corvax-DiscordAuth
IoCManager.Register<AndromedaSponsorManager>(); // A-13 Sponsor service
IoCManager.Register<ServerInfoManager>();
IoCManager.Register<PoissonDiskSampler>();
Expand Down

0 comments on commit c89fcaa

Please sign in to comment.