Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 16, 2024
1 parent a33034e commit 359ba9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object HoppityCallWarning {
*/
private val pickupOutgoingCommandPattern by ChocolateFactoryAPI.patternGroup.pattern(
"hoppity.call.pickup.outgoing",
"/selectnpcoption hoppity r_2_1",
"\\/selectnpcoption hoppity r_2_1",
)

private val config get() = HoppityEggsManager.config.hoppityCallWarning
Expand Down Expand Up @@ -154,6 +154,7 @@ object HoppityCallWarning {
"§cBlocked picking up Hoppity without enough coins!",
config::ensureCoins,
actionName = "open bank menu",
// TODO if no booster cookie active, suggest to warp to hub/path find to bank. ideally into an utils
action = { HypixelCommands.bank() },
)
}
Expand Down

0 comments on commit 359ba9d

Please sign in to comment.