Renamed Map to CityMap
This commit is contained in:
@ -91,7 +91,7 @@ namespace TransportGame.Utils
|
||||
Log(Level.Critical, "{0}: {1}\nStack trace:{2}", ex.GetType().ToString(), ex.Message, ex.StackTrace);
|
||||
}
|
||||
|
||||
public static void DumpMap(Map map, string filename)
|
||||
public static void DumpMap(CityMap map, string filename)
|
||||
{
|
||||
map.SerializeXml(Path.Combine(LogsDirectory, filename));
|
||||
}
|
||||
|
Reference in New Issue
Block a user