diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-14 16:07:59 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-14 16:07:59 +0200 |
commit | 43c07a3b0eba764b48f184e04391cf74a5aee1d7 (patch) | |
tree | d0284dcf0ab03431691319cfd711e3bb88ed01bd /src/main/java/at/hannibal2/skyhanni/config | |
parent | fe6cd3edc18a805a0e9a7587b6a3b10984c4f065 (diff) | |
download | skyhanni-43c07a3b0eba764b48f184e04391cf74a5aee1d7.tar.gz skyhanni-43c07a3b0eba764b48f184e04391cf74a5aee1d7.tar.bz2 skyhanni-43c07a3b0eba764b48f184e04391cf74a5aee1d7.zip |
Moved garden features into different packages
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index f45c8a035..f09836a5b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -9,7 +9,7 @@ import at.hannibal2.skyhanni.features.bazaar.BazaarDataGrabber import at.hannibal2.skyhanni.features.bingo.BingoCardDisplay import at.hannibal2.skyhanni.features.bingo.BingoNextStepHelper import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper -import at.hannibal2.skyhanni.features.garden.CropSpeedMeter +import at.hannibal2.skyhanni.features.garden.farming.CropSpeedMeter import at.hannibal2.skyhanni.features.misc.CollectionCounter import at.hannibal2.skyhanni.features.misc.MarkedPlayerManager import at.hannibal2.skyhanni.test.LorenzTest |