Debug fixes

This commit is contained in:
Anuken
2019-12-26 08:01:24 -05:00
parent 8ac0949ddf
commit 1d6f769e3d
3 changed files with 3 additions and 2 deletions

View File

@@ -337,6 +337,7 @@ public class BuildBlock extends Block{
}
public void setDeconstruct(Block previous){
if(previous == null) return;
this.previous = previous;
this.progress = 1f;
if(previous.buildCost >= 0.01f){