mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02: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