Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: fixed default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 13, 2023
1 parent 58ac6cf commit 6bcccf1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,22 +283,22 @@ public enum PluginConfigBool : byte
[Default(true)] TargetQuestPriority,
[Default(true)] ShowToastsAboutDoAction,

[Default(false)] UseAOEAction,
[Default(true)] UseAOEAction,
[Default(false)] UseAOEWhenManual,
[Default(false)] PreventActions,
[Default(false)] PreventActionsDuty,
[Default(false)] AutoBurst,
[Default(false)] AutoHeal,
[Default(false)] UseAbility,
[Default(false)] UseDefenseAbility,
[Default(false)] AutoTankStance,
[Default(false)] AutoProvokeForTank,
[Default(false)] AutoUseTrueNorth,
[Default(false)] RaisePlayerBySwift,
[Default(false)] AutoSpeedOutOfCombat,
[Default(false)] UseGroundBeneficialAbility,
[Default(true)] AutoBurst,
[Default(true)] AutoHeal,
[Default(true)] UseAbility,
[Default(true)] UseDefenseAbility,
[Default(true)] AutoTankStance,
[Default(true)] AutoProvokeForTank,
[Default(true)] AutoUseTrueNorth,
[Default(true)] RaisePlayerBySwift,
[Default(true)] AutoSpeedOutOfCombat,
[Default(true)] UseGroundBeneficialAbility,
[Default(false)] TargetAllForFriendly,
[Default(false)] ShowCooldownWindow
[Default(false)] ShowCooldownWindow,
}

public enum PluginConfigFloat : byte
Expand Down

0 comments on commit 6bcccf1

Please sign in to comment.