Implement passJumpDungeon. Make dungeons kick you out to the correct scene (#2366)

This commit is contained in:
Nazrin
2023-09-15 17:50:56 -07:00
committed by GitHub
Unverified
parent 2643c6b3b7
commit c4dbb6851b
7 changed files with 15 additions and 7 deletions
@@ -33,7 +33,7 @@ public final class EnterDungeonCommand implements CommandHandler {
targetPlayer
.getServer()
.getDungeonSystem()
.enterDungeon(targetPlayer.getSession().getPlayer(), 0, dungeonId);
.enterDungeon(targetPlayer.getSession().getPlayer(), 0, dungeonId, true);
if (!result) {
CommandHandler.sendMessage(