Skip to content

Commit

Permalink
Fix not removing invalid units from micro units correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Dec 7, 2024
1 parent b7bf493 commit 013e50b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jobs/MICRO_UNITS.eai
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ function MicroUnitsJob takes nothing returns nothing
call GroupAddUnit(healer_group, u)
endif
endif
else
call GroupRemoveUnit(g, u)
endif
call GroupRemoveUnit(g2, u)
endloop
Expand Down

0 comments on commit 013e50b

Please sign in to comment.