diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-16 09:59:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-16 09:59:05 +0100 |
| commit | bb9cef4d5b035a6722890018a27bb2502afa40bc (patch) | |
| tree | 7d16956fa980c1c4520501abfeae92f840216d5c /src/main/java/at/hannibal2/skyhanni/config | |
| parent | fe51024f9a230f6408e69bd73293c71412bf9c0e (diff) | |
| download | SkyHanni-bb9cef4d5b035a6722890018a27bb2502afa40bc.tar.gz SkyHanni-bb9cef4d5b035a6722890018a27bb2502afa40bc.tar.bz2 SkyHanni-bb9cef4d5b035a6722890018a27bb2502afa40bc.zip | |
Backend: Chat History Search (#1187)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 |
1 files changed, 1 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 d01a4a8c3..3b1c02bb0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -391,7 +391,7 @@ object Commands { registerCommand("shtestwaypoint", "Set a waypoint on that location") { SkyHanniDebugsAndTests.waypoint(it) } registerCommand("shtesttablist", "Set your clipboard as a fake tab list.") { TabListData.toggleDebugCommand() } registerCommand("shreloadlocalrepo", "Reloading the local repo data") { SkyHanniMod.repo.reloadLocalRepo() } - registerCommand("shchathistory", "Show the unfiltered chat history") { ChatManager.openChatFilterGUI() } + registerCommand("shchathistory", "Show the unfiltered chat history") { ChatManager.openChatFilterGUI(it) } registerCommand( "shstoplisteners", "Unregistering all loaded forge event listeners" |
