Skip to content

Commit

Permalink
mreow
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Nov 28, 2024
1 parent 917ee9a commit 4fec0c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Content.Server/GameTicking/GameTicker.GameRule.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Linq;
using Content.Server.Administration;
using Content.Server.GameTicking.Components;
using Content.Server.GameTicking.Rules.Components;
using Content.Shared.Administration;
using Content.Shared.Database;
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 @@ -73,7 +73,6 @@ public static void Register()
IoCManager.Register<JobWhitelistManager>();
IoCManager.Register<PlayerRateLimitManager>();
IoCManager.Register<SharedPlayerRateLimitManager, PlayerRateLimitManager>();
IoCManager.Register<MappingManager>();
}
}
}

0 comments on commit 4fec0c2

Please sign in to comment.