Fix League name in Exporter

This commit is contained in:
Wires77
2025-06-13 13:20:46 -05:00
parent f61860ff1f
commit 5ea859ad50
2 changed files with 22 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ function main:Init()
self:LoadDatFiles()
end
if self.datFileByName["leaguenames"] then
self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[2] + 8)
self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[#self.datFileByName["leaguenames"].rows] + 8)
end
end

View File

@@ -6487,6 +6487,27 @@ return {
leagueinfopanelversions={
},
leaguenames={
[1]={
list=false,
name="",
refTo="",
type="String",
width=150
},
[2]={
list=false,
name="Name",
refTo="",
type="String",
width=150
},
[3]={
list=false,
name="",
refTo="",
type="String",
width=150
}
},
leagueprogressquestflags={
},