七界试炼,排名奖励

back_recharge
duhui 2021-09-27 15:59:13 +08:00
parent 2e7417278c
commit e157abb248
1 changed files with 1 additions and 1 deletions

View File

@ -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());