战力排行修复
parent
d2c96bbe1a
commit
cff0723c20
|
@ -70,6 +70,10 @@ public class ForceCurrRank extends AbstractRank implements IEventHandler{
|
|||
|
||||
for(int i = 0 ; i < transport;i++){
|
||||
UserMainTeamForceEvent event = infoQueue.poll();
|
||||
if(event==null&&!infoQueue.isEmpty()){
|
||||
ForceCurrRank.infoQueue = new ArrayDeque<>();
|
||||
return;
|
||||
}
|
||||
if(event!=null){
|
||||
eventList.add(event);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue