We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3697b44 commit f4a2662Copy full SHA for f4a2662
common/src/main/kotlin/dev/chasem/cobblemonextras/CobblemonExtras.kt
@@ -154,7 +154,10 @@ object CobblemonExtras {
154
155
PokeShoutAll().register(dispatcher)
156
EmptyBox().register(dispatcher)
157
- Showcase().register(dispatcher)
+
158
+ if (config.showcase.isShowcaseEnabled) {
159
+ Showcase().register(dispatcher)
160
+ }
161
ItemShout().register(dispatcher)
162
PokeOdds().register(dispatcher)
163
PokeKill().register(dispatcher)
0 commit comments