File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/main/java/at/hannibal2/skyhanni/features/garden/pests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import io.github.notenoughupdates.moulconfig.ChromaColour
2626import net.minecraft.network.play.server.S0EPacketSpawnObject
2727import net.minecraft.util.EnumParticleTypes
2828import kotlin.time.Duration.Companion.seconds
29-
3029// #if MC > 1.12
3130// $$ import net.minecraft.network.packet.s2c.play.ParticleS2CPacket
3231// #endif
@@ -50,10 +49,6 @@ object PestParticleWaypoint {
5049 if (! isEnabled() || ! PestApi .hasVacuumInHand()) return
5150 if (event.clickType != ClickType .LEFT_CLICK ) return
5251 if (MinecraftCompat .localPlayer.isSneaking) return
53- if (lastParticle.passedSince() < 0.2 .seconds) {
54- event.cancel()
55- return
56- }
5752 reset()
5853 lastPestTrackerUse = SimpleTimeMark .now()
5954 }
You can’t perform that action at this time.
0 commit comments