暂时注释自家地下无零件不收取好友零件
This commit is contained in:
@@ -824,10 +824,10 @@ function PickUpComponent(index, encryptPin) {
|
|||||||
}
|
}
|
||||||
//偷好友的电力
|
//偷好友的电力
|
||||||
async function stealFriend() {
|
async function stealFriend() {
|
||||||
if (!$.pickUpMyselfComponent) {
|
// if (!$.pickUpMyselfComponent) {
|
||||||
$.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`)
|
// $.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`)
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
await getFriendList();
|
await getFriendList();
|
||||||
$.friendList = [...new Set($.friendList)];
|
$.friendList = [...new Set($.friendList)];
|
||||||
for (let i = 0; i < $.friendList.length; i++) {
|
for (let i = 0; i < $.friendList.length; i++) {
|
||||||
|
Reference in New Issue
Block a user