Add FCP interface to core.
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index 0a28656..47e6d33 100644 (file)
@@ -194,6 +194,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
 
                        /* create FCP interface. */
                        fcpInterface = new FcpInterface(core);
+                       core.setFcpInterface(fcpInterface);
 
                        /* create the identity manager. */
                        identityManager.addIdentityListener(core);