mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-30 15:10:16 +08:00
Persist Tower Data && Set The Tower Schedule
This commit is contained in:
@@ -46,7 +46,7 @@ public class PacketDungeonSettleNotify extends BasePacket {
|
||||
.setCount(1000)
|
||||
.build())
|
||||
;
|
||||
if(nextFloorId > 0){
|
||||
if(nextFloorId > 0 && canJump){
|
||||
towerLevelEndNotify.setNextFloorId(nextFloorId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user