forked from RepoMirrors/baritone
thanks for the tip cda
This commit is contained in:
parent
315cc26525
commit
4eaa6e20c3
|
@ -119,8 +119,10 @@ public class BackfillProcess extends BaritoneProcessHelper {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onLostControl() {
|
public void onLostControl() {
|
||||||
|
if (blocksToReplace != null && !blocksToReplace.isEmpty()) {
|
||||||
blocksToReplace.clear();
|
blocksToReplace.clear();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String displayName0() {
|
public String displayName0() {
|
||||||
|
|
Loading…
Reference in New Issue