mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-25 10:44:37 +01:00
Rework star tower
This commit is contained in:
@@ -20,7 +20,7 @@ public class HandlerStarTowerGiveUpReq extends NetHandler {
|
||||
// Build response
|
||||
var rsp = StarTowerGiveUpResp.newInstance()
|
||||
.setBuild(game.getBuild().toProto())
|
||||
.setFloor(game.getFloor());
|
||||
.setFloor(game.getFloorCount());
|
||||
|
||||
rsp.getMutableChange();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user