Disable the teleport crystal
This commit is contained in:
@@ -32,7 +32,7 @@ public final class TeleportCrystalPlugin extends OptionHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean handle(Player player, Node node, String option) {
|
public boolean handle(Player player, Node node, String option) {
|
||||||
if (!WildernessZone.checkTeleport(player, 20)) {
|
if (true) {
|
||||||
player.getPacketDispatch().sendMessage("The crystal is unresponsive.");
|
player.getPacketDispatch().sendMessage("The crystal is unresponsive.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user