Skip to content

Commit

Permalink
Update src/main/java/io/github/thebusybiscuit/slimefun4/implementatio…
Browse files Browse the repository at this point in the history
…n/items/magical/talismans/Talisman.java


more spaces for readability

Co-authored-by: J3fftw <[email protected]>
  • Loading branch information
Sniperkaos and J3fftw1 authored Jul 26, 2023
1 parent 2d248e5 commit ffb8899
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ private static void activateTalisman(Event e, Player p, Inventory inv, Talisman
consumeItem(inv, talisman, talismanItem);
applyTalismanEffects(p, talisman);
cancelEvent(e, talisman);

if (sendMessage) {
talisman.sendMessage(p);
}
Expand Down

0 comments on commit ffb8899

Please sign in to comment.