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

View File

@ -119,9 +119,11 @@ public class BackfillProcess extends BaritoneProcessHelper {
@Override
public void onLostControl() {
blocksToReplace.clear();
if (blocksToReplace != null && !blocksToReplace.isEmpty()) {
blocksToReplace.clear();
}
}
@Override
public String displayName0() {
return "Backfill";