Fix Torrent multiple sourcing

This commit is contained in:
jedk1 2016-02-08 13:55:15 +00:00
parent 048a170e24
commit 320a43e911

View file

@ -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();
} }
} }