diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-15 23:25:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 23:25:29 +0100 |
| commit | 95cb1d7c7be44a6b7f9611e6420ff6b50146a830 (patch) | |
| tree | 7302978e3e3f5195376e49d726167916be68a434 /src/main/java/at/hannibal2/skyhanni/test | |
| parent | 951bb6a26559b6db288a68a00f83d9ea45b0c3d8 (diff) | |
| download | skyhanni-95cb1d7c7be44a6b7f9611e6420ff6b50146a830.tar.gz skyhanni-95cb1d7c7be44a6b7f9611e6420ff6b50146a830.tar.bz2 skyhanni-95cb1d7c7be44a6b7f9611e6420ff6b50146a830.zip | |
Backend: Storage Config Moving (#1171)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt index 3f4afe94f..d40d52d99 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt @@ -224,7 +224,7 @@ object SkyHanniConfigSearchResetCommand { if (!classFilter(className)) continue val objectName = obj.getObjectName() if (obj !is Runnable && objectName.startsWith(className) && (objectName.startsWith("at.hannibal2.skyhanni.config.features.") || - objectName.startsWith("at.hannibal2.skyhanni.config.Storage")) + objectName.startsWith("at.hannibal2.skyhanni.config.storage.Storage")) ) { "<category>" } else if (onlyValue) { |
