mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 13:16:26 +00:00
Merge branch 'main' into local-attack
This commit is contained in:
@@ -72,13 +72,7 @@ export class Executor {
|
||||
case "spawn":
|
||||
return new SpawnExecution(this.gameID, player.info(), intent.tile);
|
||||
case "boat":
|
||||
return new TransportShipExecution(
|
||||
player,
|
||||
intent.targetID,
|
||||
intent.dst,
|
||||
intent.troops,
|
||||
intent.src,
|
||||
);
|
||||
return new TransportShipExecution(player, intent.dst, intent.troops);
|
||||
case "allianceRequest":
|
||||
return new AllianceRequestExecution(player, intent.recipient);
|
||||
case "allianceRequestReply":
|
||||
|
||||
Reference in New Issue
Block a user