MapManager warning cleanup on tests (#36940)

lets see if this works.
This commit is contained in:
Kyle Tyo
2025-04-28 06:52:25 -04:00
committed by GitHub
parent 14ddd8b4cd
commit 88eda89faa
2 changed files with 5 additions and 5 deletions

View File

@@ -181,7 +181,7 @@ public sealed class NukeOpsTest
}
Assert.That(!entMan.EntityExists(nukieStationEnt)); // its not supposed to be a station!
Assert.That(server.MapMan.MapExists(gridsRule.Map));
Assert.That(mapSys.MapExists(gridsRule.Map));
var nukieMap = mapSys.GetMap(gridsRule.Map!.Value);
var targetStation = entMan.GetComponent<StationDataComponent>(ruleComp.TargetStation!.Value);