Skip to content

Commit b421273

Browse files
authored
Update Transfusion.java
1 parent c038ef3 commit b421273

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/xLumos/LumosBends/Transfusion/Transfusion.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class Transfusion extends BloodAbility implements AddonAbility, ComboAbil
3131

3232
public Transfusion(Player player) {
3333
super(player);
34-
player.sendMessage("Transfusion triggered");
3534
if (this.bPlayer.canBendIgnoreBindsCooldowns(this) && !this.bPlayer.isOnCooldown(this)) {
3635
this.setFields();
3736
this.entity = GeneralMethods.getTargetedEntity(player, this.selectRange);

0 commit comments

Comments
 (0)