Restore block when break is cancelled because it can be in the air phase and not get restored.
This commit is contained in:
parent
9b53e15b4f
commit
0e9d401717
@ -93,6 +93,11 @@ public class DemolitionData
|
||||
{
|
||||
despawnHologram();
|
||||
|
||||
for (Block block : Blocks.keySet())
|
||||
{
|
||||
Blocks.get(block).update(true, false);
|
||||
}
|
||||
|
||||
Parent.BlocksForDemolition.remove(this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user