Fix potential count when giving up a Monolith run

This commit is contained in:
Melledy
2025-12-13 00:33:27 -08:00
parent ab1f84e8db
commit 31e56ae17f
2 changed files with 5 additions and 0 deletions
@@ -20,6 +20,7 @@ public class HandlerStarTowerGiveUpReq extends NetHandler {
// Build response
var rsp = StarTowerGiveUpResp.newInstance()
.setBuild(game.getBuild().toProto())
.setPotentialCnt(game.getTotalPotentialCount())
.setFloor(game.getFloorCount());
rsp.getMutableChange();