Skip to content

Commit

Permalink
Fix minor display bug from self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
azrazalea committed Sep 19, 2023
1 parent 927a1eb commit b4bd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn-stranded.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ local function getStrandedUnits()
table.sort(rawGroups, compareGroups)

-- The biggest group is not stranded
mainGroup = rawGroups[1]['walkGroup']
mainGroup = rawGroups[#rawGroups]['walkGroup']
table.remove(rawGroups, #rawGroups)

-- Merge ignoredGroup with grouped
Expand Down

0 comments on commit b4bd880

Please sign in to comment.