Skip to content

Commit cce11fc

Browse files
authored
Merge pull request #970 from BrakusTapus/Test-Branch
prevent spamming auto mode when entering pvp
2 parents ddd87ac + 684fd13 commit cce11fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RotationSolver/Commands/RSCommands_Actions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ internal static void UpdateRotationState()
262262
if (Service.Config.AutoOnPvPMatchStart &&
263263
Svc.Condition[ConditionFlag.BetweenAreas] &&
264264
Svc.Condition[ConditionFlag.BoundByDuty] &&
265+
!DataCenter.State &&
265266
(DataCenter.Territory?.IsPvP ?? false))
266267
{
267268
DoStateCommandType(StateCommandType.Auto);

0 commit comments

Comments
 (0)