Disable the teleport crystal

This commit is contained in:
ceikry
2021-07-26 11:50:33 -05:00
parent 11b4f9f28f
commit 3d9a119071
@@ -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;
}