Skip to content

Commit

Permalink
update airdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Nov 24, 2023
1 parent 7f93be6 commit 328b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/test/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const Test = () => {
}

if (isFarEnough) {
airdropPositions.push({x: position[0], y: position[1]});
airdropPositions.push({x: position[1], y: position[0]});
validPositions.splice(index, 1); // 移除已选位置,防止重复选择
}
}
Expand Down

0 comments on commit 328b9bb

Please sign in to comment.