Merge branch 'master' of 60.1.1.230:backend/jieling_server

back_recharge
wangyuan 2019-06-25 12:02:48 +08:00
commit 1116f2de9c
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("takeStarReward uid=>{}, id=>{}", session.getUid(), id);
LOGGER.info("totalStar less sChallengeStarBox.getStarNum uid=>{}, id=>{}", session.getUid(), id);
MessageUtil.sendErrorResponse(session, 0, messageType.getNumber(), "");
return;
}