Skip to content

Commit

Permalink
Resolved #12464 - mod checker accepts civ filters as tile filters
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Nov 14, 2024
1 parent 8d4a16d commit cf7b575
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ enum class UniqueParameterType(
parameterText in staticKnownValues -> true
ImprovementFilter.isKnownValue(parameterText, ruleset) -> true
TerrainFilter.isKnownValue(parameterText, ruleset) -> true
CivFilter.isKnownValue(parameterText, ruleset) -> true
else -> false
}

Expand Down

0 comments on commit cf7b575

Please sign in to comment.