From 768ce623beeaf359f01114613e12b0051b484334 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Wed, 23 Nov 2016 14:02:39 +0100 Subject: [PATCH] Keep .goto enabled when player moves off the path --- src/tk/wurst_client/commands/GoToCmd.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/tk/wurst_client/commands/GoToCmd.java b/src/tk/wurst_client/commands/GoToCmd.java index 66115c4..0acdd3e 100644 --- a/src/tk/wurst_client/commands/GoToCmd.java +++ b/src/tk/wurst_client/commands/GoToCmd.java @@ -172,11 +172,7 @@ public void onUpdate() && pos.getY() != nextPos.getY()) || (pos.getZ() != prevPos.getZ() && pos.getZ() != nextPos.getZ())) - { - wurst.chat.error("Player moved off the path."); - disable(); - return; - } + System.err.println("Player moved off the path."); } // move