mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-04 11:15:21 +00:00
Fix Torrent multiple sourcing
This commit is contained in:
parent
048a170e24
commit
320a43e911
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ public class Torrent extends WaterAbility {
|
|||
oldTorrent.use();
|
||||
bPlayer.addCooldown("Torrent", oldTorrent.cooldown);
|
||||
return;
|
||||
} else {
|
||||
oldTorrent.remove();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue