From 63d3eba33cb5de8ada4a78d52d245a3d1494ca64 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Wed, 15 May 2024 12:12:10 +0200 Subject: Fix: Griffin Spots (#1797) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') 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 a914e0c59..bd8604a40 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -425,6 +425,10 @@ object Commands { "shtestsackapi", "Get the amount of an item in sacks according to internal feature SackAPI" ) { SackAPI.testSackAPI(it) } + registerCommand( + "shtestgriffinspots", + "Show potential griffin spots around you." + ) { GriffinBurrowHelper.testGriffinSpots() } } private fun developersCodingHelp() { -- cgit