Skip to content

Commit df4a441

Browse files
authored
Merge pull request #1166 from erdelf/master
adjusted RSR enabling
2 parents 71326ba + a7d6990 commit df4a441

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AutoDuty/IPC/IPCSubscriber.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,12 @@ public enum StateCommandType : byte
662662
"\r\n Optionally: You can add the target type to the end of the command you want RSR to do. For example: /rotation Auto Big")]
663663
Auto,
664664

665+
/// <summary>
666+
/// Start the addon in Target-Only mode. RSR will auto-select targets per normal logic but will not perform any actions.
667+
/// </summary>
668+
[Description("Start in Target-Only mode. RSR will auto-select targets per normal logic but will not perform any actions.")]
669+
TargetOnly,
670+
665671
/// <summary>
666672
/// Start the addon in Manual mode. You need to choose the target manually. This will bypass any engage settings that you have set up and will start attacking immediately once something is targeted.
667673
/// </summary>

0 commit comments

Comments
 (0)