Fixed another soft lock in Dwarf Cannon quest

This commit is contained in:
Edie
2026-07-03 09:02:55 +00:00
committed by Ryan
parent 5e6c5bdee1
commit 97f78b9058
3 changed files with 8 additions and 2 deletions
@@ -151,7 +151,6 @@ public final class BarrowsActivityPlugin extends ActivityPlugin {
Player player = (Player) e;
PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2));
player.getInterfaceManager().openOverlay(OVERLAY);
setVarp(player, 0, 1);
if (getVarp(player, 452) == 0) {
shuffleCatacombs(player);
}