forked from 2009Scape/Server
closes #210
This commit is contained in:
parent
0199695d53
commit
8687816beb
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public final class WaterfallPlugin extends OptionHandler {
|
|||
player.getPulseManager().run(new Pulse(2, player) {
|
||||
@Override
|
||||
public boolean pulse() {
|
||||
if (player.getEquipment().containsOneItem(295) || player.getInventory().contains(295, 1)) {
|
||||
if ((player.getEquipment().containsOneItem(295) || player.getInventory().contains(295, 1)) || player.getQuestRepository().isComplete("Waterfall")) {
|
||||
player.getPacketDispatch().sendMessage("You walk through the door.");
|
||||
player.teleport(new Location(2575, 9861));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue