mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 15:57:44 +01:00
Some changes to Actor Table handling
This commit is contained in:
parent
6b5f8e6bed
commit
75ed54117c
8 changed files with 46 additions and 30 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue