Skip to content

Commit

Permalink
refactor(Speed): remove IntaveTimer14 speed mode (CCBlueX#5316)
Browse files Browse the repository at this point in the history
It may have come from @Volcan4436 and has been requested to be removed. He said it would be okay as long as credit was given, but I'd rather remove the mode altogether as it's probably already outdated.
  • Loading branch information
1zun4 authored Jan 14, 2025
1 parent f1f1c4f commit 95d5042
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.aac.
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.hypixel.HypixelHop
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.hypixel.HypixelLowHop
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.intave.IntaveHop14
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.intave.IntaveTimer14
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.matrix.MatrixHop
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.matrix.MatrixSlowHop
import net.ccbluex.liquidbounce.features.module.modules.movement.speedmodes.matrix.OldMatrixHop
Expand Down Expand Up @@ -80,7 +79,6 @@ object Speed : Module("Speed", Category.MOVEMENT, hideModule = false) {

// Intave
IntaveHop14,
IntaveTimer14,

// Server specific
TeleportCubeCraft,
Expand Down

This file was deleted.

0 comments on commit 95d5042

Please sign in to comment.