mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
fix waterbubble dupe
This commit is contained in:
parent
d6c9717d25
commit
fa8b051121
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ public class PKListener implements Listener {
|
|||
TempBlock.revertBlock(block, Material.AIR);
|
||||
} else if (DensityShift.isPassiveSand(block)) {
|
||||
DensityShift.revertSand(block);
|
||||
} else if (WaterBubble.isAir(block)){
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue