make the completion check a setting
This commit is contained in:
@@ -83,7 +83,7 @@ public class ExploreProcess extends BaritoneProcessHelper implements IExplorePro
|
||||
return null;
|
||||
}
|
||||
IChunkFilter filter = calcFilter();
|
||||
if (filter.finished()) {
|
||||
if (!Baritone.settings().disableCompletionCheck.value && filter.finished()) {
|
||||
logDirect("Explored all chunks");
|
||||
onLostControl();
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user