Skip to content

Commit

Permalink
feat: set merliot as default map (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 authored Oct 29, 2024
1 parent d18ea2d commit 54e9ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ slow_field_effect = %{
araban_map_config = %{
name: "Araban",
radius: 5520.0,
active: true,
active: false,
initial_positions: [
%{
x: 5400,
Expand Down Expand Up @@ -3403,7 +3403,7 @@ araban_map_config = %{
merliot_map_config = %{
name: "Merliot",
radius: 10000.0,
active: false,
active: true,
initial_positions: [
%{
x: 5360.0,
Expand Down

0 comments on commit 54e9ba0

Please sign in to comment.