Disable the teleport crystal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user