战力排行信息修改
parent
085e611beb
commit
d2c96bbe1a
|
@ -85,13 +85,13 @@ public class ForceCurrRank extends AbstractRank implements IEventHandler{
|
||||||
LOGGER.info("战力大小,{}",force);
|
LOGGER.info("战力大小,{}",force);
|
||||||
addRank(i,"",force);
|
addRank(i,"",force);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.info("战力排行错误{}",e.getMessage());
|
LOGGER.info("战力排行错误{}",e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
LOGGER.info("战力排行报错{}",e.getMessage());
|
LOGGER.info("战力排行报错{}",e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue