Skip to content

Commit

Permalink
Changed one word in debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Aug 16, 2023
1 parent 62160dc commit 80602cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TSMapEditor/Initialization/MapLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void CheckFoundationCell(Point2D cellCoords)

if (tile.Structures.Count > 0)
{
Logger.Log($"NOTE: Building {buildingType.ININame} exists in the cell at {cellCoords} that already has other buildings: {string.Join(", ", tile.Structures.Select(s => s.ObjectType.ININame))}");
Logger.Log($"NOTE: Building {buildingType.ININame} exists in the cell at {cellCoords} that already contains other buildings: {string.Join(", ", tile.Structures.Select(s => s.ObjectType.ININame))}");
}
}

Expand Down

0 comments on commit 80602cf

Please sign in to comment.