Re-add force ack threshold (#4423) and fix bugs. (#4438)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Leon Friedrich
2023-10-22 23:27:15 +11:00
committed by GitHub
parent aa2fd2107d
commit be33bc2219
11 changed files with 166 additions and 70 deletions

View File

@@ -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);