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();
bPlayer.addCooldown("Torrent", oldTorrent.cooldown);
return;
} else {
oldTorrent.remove();
}
}