Skip to content

Commit

Permalink
fix home indices on black row
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Nov 19, 2024
1 parent d594dae commit 332eef3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/server/api/bot-server-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"attributes": {},
"homePosition": {
"x": 2,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 2,
Expand All @@ -309,7 +309,7 @@
"attributes": {},
"homePosition": {
"x": 3,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 3,
Expand All @@ -321,7 +321,7 @@
"attributes": {},
"homePosition": {
"x": 4,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 4,
Expand All @@ -333,7 +333,7 @@
"attributes": {},
"homePosition": {
"x": 5,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 5,
Expand All @@ -345,7 +345,7 @@
"attributes": {},
"homePosition": {
"x": 6,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 6,
Expand All @@ -357,7 +357,7 @@
"attributes": {},
"homePosition": {
"x": 7,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 7,
Expand All @@ -369,7 +369,7 @@
"attributes": {},
"homePosition": {
"x": 8,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 8,
Expand All @@ -381,7 +381,7 @@
"attributes": {},
"homePosition": {
"x": 9,
"y": 1
"y": 11
},
"defaultPosition": {
"x": 9,
Expand Down

0 comments on commit 332eef3

Please sign in to comment.