-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore right-click attack commands if AttackClass doesn't match
When right clicking without attack mode selected the COMMAND_ID_OBJECT is created and AttackClass isn't checked which can cause Squad to get stuck with the order that can't fire at due to target UnitClass This makes check the AttackClass and UnitClass of target upon receiving the COMMAND_ID_OBJECT
- Loading branch information
1 parent
1fabdb3
commit cb611bb
Showing
2 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters