Skip to content

Commit 6874fd5

Browse files
committed
Add map issue check for having duplicate house names
1 parent 3c562b6 commit 6874fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TSMapEditor/Initialization/MapLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ public static void ReadHouses(IMap map, IniFile mapIni)
11931193
var alliedHouse = map.Houses.Find(house => house.ININame == allyHouseName);
11941194
if (alliedHouse == null)
11951195
{
1196-
AddMapLoadError($"House with name {allyHouseName} was not found when loading up allies for the house {house.ININame}. Skipping the house from being loaded.");
1196+
AddMapLoadError($"House with name {allyHouseName} was not found when loading up allies for the house {house.ININame}. Skipping the alliance.");
11971197
continue;
11981198
}
11991199

0 commit comments

Comments
 (0)