战力排行信息修改

back_recharge
lvxinran 2020-09-21 11:58:20 +08:00
parent 085e611beb
commit d2c96bbe1a
1 changed files with 2 additions and 2 deletions

View File

@ -85,13 +85,13 @@ public class ForceCurrRank extends AbstractRank implements IEventHandler{
LOGGER.info("战力大小,{}",force);
addRank(i,"",force);
} catch (Exception e) {
LOGGER.info("战力排行错误{}",e.getMessage());
LOGGER.info("战力排行错误{}",e);
e.printStackTrace();
}
});
}catch (Exception e){
LOGGER.info("战力排行报错{}",e.getMessage());
LOGGER.info("战力排行报错{}",e);
e.printStackTrace();
}
}