diff options
author | Kaeso <24925519+ptlthg@users.noreply.github.com> | 2023-08-27 16:32:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 22:32:00 +0200 |
commit | 80a6728abdd34d80495bfd18f0250bbf59865a25 (patch) | |
tree | 97b7829d4b0bdde2b60e106aecbf36060e2796cd /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 61db65f366935ba67cdd22ca0ea6a8afc1d9e261 (diff) | |
download | skyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.tar.gz skyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.tar.bz2 skyhanni-80a6728abdd34d80495bfd18f0250bbf59865a25.zip |
Merge pull request #335
* Sync Jacob Contests
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 3 |
1 files changed, 2 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 118af32e7..0b4f8c6e9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -13,6 +13,7 @@ import at.hannibal2.skyhanni.features.fame.AccountUpgradeReminder import at.hannibal2.skyhanni.features.fame.CityProjectFeatures import at.hannibal2.skyhanni.features.garden.GardenAPI import at.hannibal2.skyhanni.features.garden.GardenCropTimeCommand +import at.hannibal2.skyhanni.features.garden.GardenNextJacobContest import at.hannibal2.skyhanni.features.garden.composter.ComposterOverlay import at.hannibal2.skyhanni.features.garden.farming.CropMoneyDisplay import at.hannibal2.skyhanni.features.garden.farming.CropSpeedMeter @@ -230,8 +231,8 @@ object Commands { registerCommand("shshareinquis", "") { InquisitorWaypointShare.sendInquisitor() } registerCommand("shcopyerror", "") { CopyErrorCommand.command(it) } registerCommand("shstopcityprojectreminder", "") { CityProjectFeatures.disable() } + registerCommand("shsendcontests", "") { GardenNextJacobContest.shareContestConfirmed(it) } registerCommand("shstopaccountupgradereminder", "") { AccountUpgradeReminder.disable() } - } private fun commandHelp(args: Array<String>) { |