mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-13 13:34:47 +00:00
Merge main into strict
This commit is contained in:
@@ -102,7 +102,7 @@ export class SAMLauncherExecution implements Execution {
|
||||
this.active = false;
|
||||
return;
|
||||
}
|
||||
this.sam = this.player.buildUnit(UnitType.SAMLauncher, 0, spawnTile, {
|
||||
this.sam = this.player.buildUnit(UnitType.SAMLauncher, spawnTile, {
|
||||
cooldownDuration: this.mg.config().SAMCooldown(),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user