mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -830,7 +830,6 @@ namespace Robust.UnitTesting
|
||||
ClientIoC.RegisterIoC(GameController.DisplayMode.Headless, deps);
|
||||
deps.Register<INetManager, IntegrationNetManager>(true);
|
||||
deps.Register<IClientNetManager, IntegrationNetManager>(true);
|
||||
deps.Register<IGameStateProcessor, GameStateProcessor>(true);
|
||||
deps.Register<IClientGameTiming, ClientGameTiming>(true);
|
||||
deps.Register<IntegrationNetManager, IntegrationNetManager>(true);
|
||||
deps.Register<IModLoader, TestingModLoader>(true);
|
||||
|
||||
Reference in New Issue
Block a user