diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-02-25 08:15:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 08:15:04 +0100 |
commit | 16d6a47c85be560517505499df1fff6df9582c18 (patch) | |
tree | 8d23232cac7627cf39595dc6c5006944fd0aaec8 /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 72fb024dc19d83e996a6aaf7cd0dc0183e3a0378 (diff) | |
download | skyhanni-16d6a47c85be560517505499df1fff6df9582c18.tar.gz skyhanni-16d6a47c85be560517505499df1fff6df9582c18.tar.bz2 skyhanni-16d6a47c85be560517505499df1fff6df9582c18.zip |
Fixed internal name resolving. #1046
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 1 |
1 files changed, 1 insertions, 0 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 ee89b5720..a2a1e1a93 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -374,6 +374,7 @@ object Commands { private fun developersCodingHelp() { registerCommand("shrepopatterns", "See where regexes are loaded from") { RepoPatternGui.open() } registerCommand("shtest", "Unused test command.") { SkyHanniDebugsAndTests.testCommand(it) } + registerCommand("shtestitem", "test item internal name resolving") { SkyHanniDebugsAndTests.testItemCommand(it) } registerCommand( "shfindnullconfig", "Find config elements that are null and prints them into the console" |