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() {
|
||||
OutputFileName = "ribbon.txt",
|
||||
OutputFormat = "Hammer: {ribbonXp}/{nextRibbonExp}\nNext: {nextRibbonNameLong}"
|
||||
OutputFormat = "Ribbon: {ribbonXp}/{nextRibbonExp}\nNext: {nextRibbonNameLong}"
|
||||
},
|
||||
new VariableExportSetting() {
|
||||
OutputFileName = "carrot.txt",
|
||||
OutputFormat = "Hammer: {carrotXp}/{nextCarrotExp}\nNext: {nextCarrotNameLong}"
|
||||
OutputFormat = "Carrot: {carrotXp}/{nextCarrotExp}\nNext: {nextCarrotNameLong}"
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user