add log
parent
7295109844
commit
7b9eeb78f1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue