Skip to content

Commit

Permalink
feat: disband
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 8, 2024
1 parent bfaa83d commit 6fee719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/basedbot/lib/sage/act/disband-fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export const disbandFleet = async (
fleet.data.fleetShips,
),
)
console.log(`Added ${ixs.length} ixs for disbanding fleet ${getName(fleet)}`)
console.log(
`Added ${ixs.length} ixs for disbanding fleet ${getName(fleet)}`,
)

await sendAndConfirmInstructions(await ixReturnsToIxs(ixs, player.signer))
}

0 comments on commit 6fee719

Please sign in to comment.