mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-22 08:04:34 +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();
|
oldTorrent.use();
|
||||||
bPlayer.addCooldown("Torrent", oldTorrent.cooldown);
|
bPlayer.addCooldown("Torrent", oldTorrent.cooldown);
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
oldTorrent.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue