oops. all 3 preset formats say 'Hammer:'. That's not right. Fixed

This commit is contained in:
wcko87 2017-05-12 22:07:00 +08:00
parent e4e448f867
commit 705d7e9049

View File

@ -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}"
},
};
}