报错修改

back_recharge
lvxinran 2021-03-27 18:45:00 +08:00
parent 4fa6b8e8af
commit 1b472203e7
1 changed files with 2 additions and 2 deletions

View File

@ -1332,7 +1332,7 @@ public class MapLogic {
.newBuilder()
.setResult(resultCode)
.setEnventDrop(dropBuilder)
.addAllRemainHpList(remainHp)
// .addAllRemainHpList(remainHp)
.setEssenceValue(mapManager.getTrialInfo().getEnergy())
.setLastXY(mapManager.getLastXY())
.build();
@ -1384,7 +1384,7 @@ public class MapLogic {
}
fastFightResponse.setEnventDrop(drop.build());
fastFightResponse.setResult(resultCode);
fastFightResponse.addAllRemainHpList(remainHp);
// fastFightResponse.addAllRemainHpList(remainHp);
fastFightResponse.setEssenceValue(mapManager.getTrialInfo().getEnergy());
fastFightResponse.build();