Skip to content

Commit

Permalink
Merge pull request #5 from FFXIV-CombatReborn/remove-hello
Browse files Browse the repository at this point in the history
Removed say hello UI option
  • Loading branch information
NostraThomas99 authored Mar 28, 2024
2 parents 65de48f + d34fe3b commit fc60849
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,18 +393,6 @@ public const string
Filter = AutoActionCondition, Section = 1)]
private static readonly bool _healWhenNothingTodo = true;

[ConditionBool, UI("Say hello to all users of Rotation Solver.",
Filter = BasicParams)]
private static readonly bool _sayHelloToAll = false;

[ConditionBool, UI("Say hello to the users of Rotation Solver.", Description = "It can only be disabled for users, not authors and contributors.\nIf you want to be greeted by other users, please DM ArchiTed in Discord Server with your Hash!",
Parent =nameof(SayHelloToAll))]
private static readonly bool _sayHelloToUsers = false;

[ConditionBool, UI("Just say hello once to the same user.",
Parent = nameof(SayHelloToAll))]
private static readonly bool _justSayHelloOnce = false;

[ConditionBool, UI("Only Heal self When Not a healer",
Filter = AutoActionCondition, Section = 1,
PvPFilter = JobFilterType.NoHealer, PvEFilter = JobFilterType.NoHealer)]
Expand Down

0 comments on commit fc60849

Please sign in to comment.