This commit is contained in:
aozhiwei 2023-04-20 18:21:56 +08:00
parent 73c16e922e
commit 3f6485c7da

View File

@ -130,7 +130,9 @@ void Guide::ProcMoveTargetAndPickup()
1, 1,
1 1
); );
int ii = 0; if (context->loots[i] <= 0) {
abort();
}
} }
}, },
&owner_->xtimer_attacher); &owner_->xtimer_attacher);