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

Restored and removed the correct comments

This commit is contained in:
Sfiguz7 2021-10-06 22:57:23 +02:00
parent a3b65280fe
commit 73a59014cc

View File

@ -354,9 +354,11 @@ 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());
}
@ -386,11 +388,9 @@ public class TalismanListener implements Listener {
}
}
// Fixes #2077
if (doubledDrops) {
Talisman talisman = SlimefunItems.TALISMAN_FARMER.getItem(Talisman.class);
// Fixes #2818
if (talisman != null) {
talisman.sendMessage(e.getPlayer());
}