Kill NetworkedMapManager (#3516)

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
Co-authored-by: Paul <ritter.paul1@googlemail.com>
This commit is contained in:
metalgearsloth
2022-12-12 08:00:31 +11:00
committed by GitHub
parent 445a3aa8fb
commit 6b076645db
14 changed files with 147 additions and 324 deletions

View File

@@ -161,7 +161,7 @@ namespace Robust.UnitTesting.Client.GameStates
/// </summary>
private static GameState GameStateFactory(uint from, uint to)
{
return new(new GameTick(@from), new GameTick(to), 0, default, default, default, null);
return new(new GameTick(@from), new GameTick(to), 0, default, default, default);
}
/// <summary>