1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Removed comments related directly to miner talisman

This commit is contained in:
Sfiguz7 2021-10-06 21:44:13 +02:00
parent 6e24269c59
commit faa57514c2

View File

@ -354,11 +354,9 @@ public class TalismanListener implements Listener {
}
}
// Fixes #2077
if (doubledDrops) {
Talisman talisman = SlimefunItems.TALISMAN_MINER.getItem(Talisman.class);
// Fixes #2818
if (talisman != null) {
talisman.sendMessage(e.getPlayer());
}