back_recharge
mashiyu 2019-03-22 19:06:00 +08:00
parent ce3a58641a
commit bb3fd97b0d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class CheckFight {
if (status==1){
for (int i = 1; i <= result.length(); i++) {
resultCache[i] = result.rawget(i).toint();
LOGGER.info(i+" --> 单位剩余血量 : "+ resultCache[i]);
// LOGGER.info(i+" --> 单位剩余血量 : "+ resultCache[i]);
}
}
return resultCache;