mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-24 00:23:06 +08:00
Format code [skip actions]
This commit is contained in:
parent
5458d36102
commit
c9a43a5e98
@ -286,7 +286,10 @@ public final class DungeonManager {
|
|||||||
// jump players to next dungeon if available
|
// jump players to next dungeon if available
|
||||||
if (this.dungeonData.getPassJumpDungeon() != 0) {
|
if (this.dungeonData.getPassJumpDungeon() != 0) {
|
||||||
for (var player : this.getScene().getPlayers()) {
|
for (var player : this.getScene().getPlayers()) {
|
||||||
player.getServer().getDungeonSystem().enterDungeon(player, 0, this.dungeonData.getPassJumpDungeon(), false);
|
player
|
||||||
|
.getServer()
|
||||||
|
.getDungeonSystem()
|
||||||
|
.enterDungeon(player, 0, this.dungeonData.getPassJumpDungeon(), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user