Cleanup remaining IMapManager.MapExists uses (#37851)
Cleanup remaining IMapManager.MapExists uses
This commit is contained in:
@@ -43,7 +43,7 @@ public sealed class WeatherSystem : SharedWeatherSystem
|
||||
|
||||
var mapId = new MapId(mapInt);
|
||||
|
||||
if (!MapManager.MapExists(mapId))
|
||||
if (!_mapSystem.MapExists(mapId))
|
||||
return;
|
||||
|
||||
if (!_mapSystem.TryGetMap(mapId, out var mapUid))
|
||||
|
||||
Reference in New Issue
Block a user