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

rabi_display
wcko87 8 years ago
parent e4e448f867
commit 705d7e9049
  1. 4
      rabi_splitter_WPF/VariableExportContext.cs

@ -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…
Cancel
Save