back_recharge
wukang 2019-06-25 15:29:49 +08:00
parent 7b51289291
commit 1e6044b691
1 changed files with 1 additions and 1 deletions

View File

@ -2002,7 +2002,7 @@ public class MapLogic {
totalStar += star;
}
if (totalStar <= sChallengeStarBox.getStarNum()){
LOGGER.info("totalStar less sChallengeStarBox.getStarNum uid=>{}, id=>{}", session.getUid(), id);
LOGGER.info("totalStar less sChallengeStarBox.getStarNum totalStar is {} uid=>{}, id=>{}", totalStar,session.getUid(), id);
MessageUtil.sendErrorResponse(session, 0, messageType.getNumber(), "");
return;
}