mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 04:59:39 +00:00
teams (#349)
This commit is contained in:
@@ -72,8 +72,7 @@ export class SAMLauncherExecution implements Execution {
|
||||
])
|
||||
.filter(
|
||||
({ unit }) =>
|
||||
unit.owner() !== this.player &&
|
||||
!unit.owner().isAlliedWith(this.player),
|
||||
unit.owner() !== this.player && !this.player.isFriendly(unit.owner()),
|
||||
);
|
||||
|
||||
this.target =
|
||||
|
||||
Reference in New Issue
Block a user