Editors fixing + re-versioning

This commit is contained in:
Canis Artorus 2023-03-03 23:52:47 -07:00
parent 4a0f2f1337
commit f532565f4f
7 changed files with 37 additions and 59 deletions

View file

@ -678,7 +678,6 @@ window.Religions = (function () {
const cultureId = cells.culture[cellId];
religionIds[cellId] = cultureToReligionMap.get(cultureId) || 0;
}
}
return religionIds;
}