oops. all 3 preset formats say 'Hammer:'. That's not right. Fixed
This commit is contained in:
parent
e4e448f867
commit
705d7e9049
@ -55,11 +55,11 @@ namespace rabi_splitter_WPF
|
|||||||
},
|
},
|
||||||
new VariableExportSetting() {
|
new VariableExportSetting() {
|
||||||
OutputFileName = "ribbon.txt",
|
OutputFileName = "ribbon.txt",
|
||||||
OutputFormat = "Hammer: {ribbonXp}/{nextRibbonExp}\nNext: {nextRibbonNameLong}"
|
OutputFormat = "Ribbon: {ribbonXp}/{nextRibbonExp}\nNext: {nextRibbonNameLong}"
|
||||||
},
|
},
|
||||||
new VariableExportSetting() {
|
new VariableExportSetting() {
|
||||||
OutputFileName = "carrot.txt",
|
OutputFileName = "carrot.txt",
|
||||||
OutputFormat = "Hammer: {carrotXp}/{nextCarrotExp}\nNext: {nextCarrotNameLong}"
|
OutputFormat = "Carrot: {carrotXp}/{nextCarrotExp}\nNext: {nextCarrotNameLong}"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user