Adjust continent sheet name

hg/develop
kaetemi 5 years ago committed by Jan Boon
parent c51e17cf0c
commit 0f59a02662

@ -81,6 +81,10 @@ for line in ps:
ContinentPath
except NameError:
ContinentPath = "_invalid"
try:
ContinentSheet
except NameError:
ContinentSheet = "_invalid"
try:
BankTileBankName
except NameError:
@ -113,6 +117,7 @@ for line in ps:
newline = newline.replace("%ContinentPath%", ContinentPath)
newline = newline.replace("%CommonName%", CommonName)
newline = newline.replace("%CommonPath%", CommonPath)
newline = newline.replace("%ContinentSheet%", ContinentSheet)
newline = newline.replace("%BankTileBankName%", BankTileBankName)
newline = newline.replace("%IgLandBuildDirectory%", IgLandBuildDirectory)
newline = newline.replace("%IgOtherBuildDirectory%", IgOtherBuildDirectory)

Loading…
Cancel
Save