Some changes to Actor Table handling

This commit is contained in:
goat 2019-11-03 21:17:47 +09:00
parent 6b5f8e6bed
commit 75ed54117c
8 changed files with 46 additions and 30 deletions

View file

@ -346,6 +346,7 @@ namespace Dalamud {
var argumentsParts = arguments.Split();
switch (argumentsParts[0]) {
/* Sorry!
case "setall": {
foreach (var value in Enum.GetValues(typeof(CustomComboPreset)).Cast<CustomComboPreset>()) {
if (value == CustomComboPreset.None)
@ -393,6 +394,7 @@ namespace Dalamud {
}
}
break;
*/
case "list": {
foreach (var value in Enum.GetValues(typeof(CustomComboPreset)).Cast<CustomComboPreset>()) {
if (this.Configuration.ComboPresets.HasFlag(value))