Skip to content

Commit

Permalink
fix: disband mud
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 9, 2024
1 parent 2ca65ae commit 73a0f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/basedbot/fleet-strategies/get-fleet-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const getFleetStrategy = (
case 'AePY3wEoUFcFuXeUU9X26YK6tNKQMZovBgvY54LK2B8N':
return mainnetLuStrategy(map, player, game)
case 'CgHvzwGbwWv3CwLTvEgeqSKeD8EwMdTfiiCG3dFrKVVC':
return atlasnetFcStrategy(150)(map, player, game, 'mud')
// return disbandAllStrategy(map, player, game)
// return atlasnetFcStrategy(150)(map, player, game, 'mud')
return disbandAllStrategy(map, player, game)
case '9KBrgWVjsmdZ3YEjcsa3wrbbJREgZgS7vDbgoz2aHaNm':
return atlasnetFcStrategy(150)(map, player, game, 'ustur')
// return disbandAllStrategy(map, player, game)
Expand Down

0 comments on commit 73a0f8d

Please sign in to comment.