Skip to content

Commit

Permalink
Removes nextTranq flag from hunter that are moved to backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Feb 7, 2020
1 parent 45de566 commit 62a60d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rotation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ function TranqRotate:moveHunter(hunter, group, position)

if (group == 'BACKUP') then
destinationTable = TranqRotate.rotationTables.backup
-- Remove nextTranq flag when moved to backup
hunter.nextTranq = false
end

-- Setting originalIndex
Expand Down

0 comments on commit 62a60d7

Please sign in to comment.