The Ancient Cavern Canoe can now be used without the screen permanently fading to black until logging out
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user