Skip to content

Commit

Permalink
#1636 Change path to campaign folder to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
ottml authored and Flow86 committed Nov 8, 2023
1 parent d22d59c commit c1c9fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/RTTR/CAMPAIGNS/roman/campaign.lua
Expand Up @@ -29,6 +29,6 @@ campaign = {
maxHumanPlayers = 1,
difficulty = "easy",
mapFolder = "<RTTR_GAME>/DATA/MAPS",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/ROMAN",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/roman",
maps = { "MISS200.WLD","MISS201.WLD","MISS202.WLD","MISS203.WLD","MISS204.WLD","MISS205.WLD","MISS206.WLD","MISS207.WLD","MISS208.WLD","MISS209.WLD"}
}
2 changes: 1 addition & 1 deletion data/RTTR/CAMPAIGNS/world/campaign.lua
Expand Up @@ -29,6 +29,6 @@ campaign = {
maxHumanPlayers= 1,
difficulty = "easy",
mapFolder = "<RTTR_GAME>/DATA/MAPS2",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/WORLD",
luaFolder = "<RTTR_RTTR>/CAMPAIGNS/world",
maps = { "AFRICA.WLD","AUSTRA.WLD","EUROPE.WLD","GREEN.WLD","JAPAN.WLD","NAMERICA.WLD","NASIA.WLD","SAMERICA.WLD","SASIA.WLD"}
}

0 comments on commit c1c9fa2

Please sign in to comment.