🐛 Actually use the correct name of the WoT plugin
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 7 Jan 2025 20:22:27 +0000 (21:22 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Tue, 7 Jan 2025 20:22:27 +0000 (21:22 +0100)
src/main/java/net/pterodactylus/fcp/plugin/WebOfTrustPlugin.java

index cd9c8a6..83f65b1 100644 (file)
@@ -428,6 +428,6 @@ public class WebOfTrustPlugin {
                return parameterMap;
        }
 
-       private static final String webOfTrustPluginName = "plugins.WoT.WoT";
+       private static final String webOfTrustPluginName = "plugins.WebOfTrust.WebOfTrust";
 
 }