Skip to content

Commit

Permalink
Merge pull request #14 from ssoloff/issue-1560-fix-map-name-case
Browse files Browse the repository at this point in the history
Fix map name case
  • Loading branch information
ron-murhammer authored Mar 12, 2017
2 parents fd1ec99 + 1f17c37 commit b4ca4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion map/games/Invasion_USA-Apocalypse_1.0.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@
</property>

<!-- Map Name: also used for map utils when asked -->
<property name="mapName" value="Invasion_USA" editable="false"/>
<property name="mapName" value="invasion_usa" editable="false"/>

<property name="notes">
<value>
Expand Down
2 changes: 1 addition & 1 deletion map/games/Invasion_USA_1.5.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@
</property>

<!-- Map Name: also used for map utils when asked -->
<property name="mapName" value="Invasion_USA" editable="false"/>
<property name="mapName" value="invasion_usa" editable="false"/>

<property name="notes">
<value>
Expand Down
2 changes: 1 addition & 1 deletion map/games/UnderSiege_America.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7165,7 +7165,7 @@
</property>

<!-- Map Name: also used for map utils when asked -->
<property name="mapName" value="Invasion_USA" editable="false">
<property name="mapName" value="invasion_usa" editable="false">
<string/>
</property>

Expand Down

0 comments on commit b4ca4c0

Please sign in to comment.