back_recharge
wukang 2019-06-25 10:14:36 +08:00
parent 7295109844
commit 7b9eeb78f1
1 changed files with 1 additions and 1 deletions

View File

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