Skip to content

Commit

Permalink
fix: optimize transport
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 16, 2024
1 parent 3fa1fcc commit 369834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/basedbot/fleet-strategies/get-fleet-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { StrategyConfig } from './strategy-config'
export const getFleetStrategy = (
map: WorldMap,
player: Player,
game: Game
game: Game,
): StrategyConfig => {
switch (player.publicKey.toString()) {
case 'k49Y5xwN7Nyi19TqDR4zbCFuAt8kgy6qMaJ6Kj1wHrn':
Expand Down

0 comments on commit 369834a

Please sign in to comment.