Save plugin config when deleting condition

This commit is contained in:
Zacharie Day 2020-09-02 19:36:57 -04:00 committed by Anna
parent 450bca76b5
commit 4687bdc7d4
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ namespace HudSwap {
this.plugin.Config.HudConditionMatches.Insert(actionedItemIndex + action, c);
}
}
this.plugin.Config.Save();
}
}