Skip to content

Commit

Permalink
chore: enable collection logger migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored Oct 6, 2024
1 parent 8bf98d2 commit aa3c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dinkplugin/util/MigrationUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public Object transform(String configKey, Object configValue) {
static {
PLUGIN_METADATA = ImmutableMap.<String, Function<DinkPluginConfig, Metadata>>builder()
// .put("BetterDiscordLootLogger", MigrationUtil::getRinzMappings)
// .put("DiscordCollectionLogger", MigrationUtil::getPaulMappings)
.put("DiscordCollectionLogger", MigrationUtil::getPaulMappings)
// .put("DiscordDeathNotifications", MigrationUtil::getJamesMappings)
// .put("DiscordLevelNotifications", MigrationUtil::getTakamokMappings)
// .put("DiscordLootLogger", MigrationUtil::getAdamMappings)
Expand Down

0 comments on commit aa3c675

Please sign in to comment.