mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
The Ancient Cavern Canoe can now be used without the screen permanently fading to black until logging out
This commit is contained in:
parent
eebbebe772
commit
91f3a70f75
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ public final class AncientCavern extends MapZone implements Plugin<Object> {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
player.getInterfaceManager().open(c);
|
player.getInterfaceManager().openOverlay(c);
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2));
|
PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue