mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Remove MapId serializer and rename WorldMap to MapId (#3872)
This commit is contained in:
@@ -96,7 +96,7 @@ namespace Robust.UnitTesting.Shared.Map
|
||||
Assert.That(entMan.HasComponent<MapComponent>(newMapEntity));
|
||||
|
||||
var mapComp = entMan.GetComponent<MapComponent>(newMapEntity);
|
||||
Assert.That(mapComp.WorldMap == mapID);
|
||||
Assert.That(mapComp.MapId == mapID);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user