mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 01:42:18 +00:00
always remove the water from waterbottles for torrnet
This commit is contained in:
parent
551de94f7e
commit
5fe6d2ee3f
|
@ -524,9 +524,8 @@ public class Torrent extends WaterAbility {
|
|||
|
||||
if (tor.sourceSelected || tor.settingUp) {
|
||||
WaterReturn.emptyWaterBottle(player);
|
||||
} else {
|
||||
block.setType(Material.AIR);
|
||||
}
|
||||
block.setType(Material.AIR);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue