Skip to content

Commit

Permalink
fix the crash caused by removing the Universal section with the broke…
Browse files Browse the repository at this point in the history
…n sprint/peloton replacer
  • Loading branch information
PrincessRTFM committed Sep 21, 2023
1 parent dd0e20e commit 7e1b7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions XIVComboVX/Config/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public ConfigWindow() : base($"Custom Combo Setup - {Service.Plugin.ShortPluginS

int ord = 0;
foreach (string job in this.sortedJobs) {
if (!this.groupedPresets.ContainsKey(job))
continue;
foreach ((CustomComboPreset preset, CustomComboInfoAttribute info) in this.groupedPresets[job]) {
if (this.childToParentPresets.ContainsKey(preset))
continue; // if this IS a child preset, it'll be handled when we reach the parent (which may have already happened)
Expand Down
2 changes: 1 addition & 1 deletion XIVComboVX/XIVComboVX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Product>XIVComboVX</Product>
<Authors>attick, daemitus, VariableVixen</Authors>
<Version>9.10.0</Version>
<Version>9.10.1</Version>
<Description>This plugin condenses various abilities onto single buttons.</Description>
<PackageProjectUrl>https://github.com/PrincessRTFM/XIVComboPlugin</PackageProjectUrl>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
Expand Down

0 comments on commit 7e1b7e3

Please sign in to comment.