diff --git a/RotationSolver.Basic/Configuration/Configs.cs b/RotationSolver.Basic/Configuration/Configs.cs index 646befed1..2790a9889 100644 --- a/RotationSolver.Basic/Configuration/Configs.cs +++ b/RotationSolver.Basic/Configuration/Configs.cs @@ -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)]