plugin as map not set

This commit is contained in:
AdrianLxM 2020-04-25 22:31:39 +02:00
parent 403c609319
commit 3bd4e4d394

View file

@ -214,7 +214,8 @@ abstract class PluginsModule {
@Binds
@AllConfigs
@IntoSet
@IntoMap
@IntKey(265)
abstract fun bindSafetyPlugin(plugin: SafetyPlugin): PluginBase
@Binds