This commit is contained in:
Leijurv 2018-11-04 22:17:49 -08:00
parent cd3aef47a5
commit c0b5d60715
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -86,7 +86,9 @@ public class PathingControlManager {
if (cmd.goal != null) { if (cmd.goal != null) {
baritone.getPathingBehavior().secretInternalSetGoalAndPath(cmd.goal); baritone.getPathingBehavior().secretInternalSetGoalAndPath(cmd.goal);
} }
// breaks are for wusses!!!! break;
default:
throw new IllegalStateException();
} }
} }