thanks for the tip cda

This commit is contained in:
Leijurv 2019-04-22 09:46:26 -07:00
parent 315cc26525
commit 4eaa6e20c3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 4 additions and 2 deletions

View File

@ -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() {