七界试炼,排名奖励
parent
2e7417278c
commit
e157abb248
|
@ -441,6 +441,7 @@ public class SevenWorldLogic {
|
|||
// 排名
|
||||
int rank = 1;
|
||||
for (ZSetOperations.TypedTuple<String> tuple : range) {
|
||||
rank++;
|
||||
User user = UserManager.getUserNotCache(Integer.parseInt(tuple.getValue()));
|
||||
if (user == null){
|
||||
continue;
|
||||
|
@ -461,7 +462,6 @@ public class SevenWorldLogic {
|
|||
break;
|
||||
}
|
||||
}
|
||||
rank++;
|
||||
}
|
||||
SevenWorldLogic.setEnd(true);
|
||||
LOGGER.info("七界试炼活动结束,发奖完成...{{}}",isEnd());
|
||||
|
|
Loading…
Reference in New Issue