diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-21 18:48:55 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-21 18:48:55 +0100 |
| commit | 46399eb4ef9212935853bdd1c0af191cb6b76503 (patch) | |
| tree | 1685fe4e7fd8bcdad481d4791d8a6ed9e72d9599 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | c9dcfa040934df376e1bab2c893b466f2323829c (diff) | |
| download | skyhanni-46399eb4ef9212935853bdd1c0af191cb6b76503.tar.gz skyhanni-46399eb4ef9212935853bdd1c0af191cb6b76503.tar.bz2 skyhanni-46399eb4ef9212935853bdd1c0af191cb6b76503.zip | |
Removed message when crop milestones look different in the menu than stored SkyHanni data.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 |
1 files changed, 2 insertions, 2 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 641dc912d..8e4791901 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -4,7 +4,7 @@ import at.hannibal2.skyhanni.SkyHanniMod import at.hannibal2.skyhanni.config.ConfigFileType import at.hannibal2.skyhanni.config.ConfigGuiManager import at.hannibal2.skyhanni.data.ChatManager -import at.hannibal2.skyhanni.data.GardenCropMilestonesFix +import at.hannibal2.skyhanni.data.GardenCropMilestonesCommunityFix import at.hannibal2.skyhanni.data.GuiEditManager import at.hannibal2.skyhanni.data.PartyAPI import at.hannibal2.skyhanni.features.bingo.BingoCardDisplay @@ -318,7 +318,7 @@ object Commands { registerCommand( "readcropmilestonefromclipboard", "Read crop milestone from clipboard. This helps fixing wrong crop milestone data" - ) { GardenCropMilestonesFix.readDataFromClipboard() } + ) { GardenCropMilestonesCommunityFix.readDataFromClipboard() } } private fun internalCommands() { |
