mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
always remove the water from waterbottles for torrnet
This commit is contained in:
parent
551de94f7e
commit
5fe6d2ee3f
1 changed files with 1 additions and 2 deletions
|
@ -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