forked from 2009Scape/Server
Disable the teleport crystal
This commit is contained in:
parent
11b4f9f28f
commit
3d9a119071
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public final class TeleportCrystalPlugin extends OptionHandler {
|
|||
|
||||
@Override
|
||||
public boolean handle(Player player, Node node, String option) {
|
||||
if (!WildernessZone.checkTeleport(player, 20)) {
|
||||
if (true) {
|
||||
player.getPacketDispatch().sendMessage("The crystal is unresponsive.");
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue