Add command to subscribe to USK updates
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpAdapter.java
index fc2b578..06c3fa1 100644 (file)
@@ -253,6 +253,11 @@ public class FcpAdapter implements FcpListener {
                /* empty. */
        }
 
+       @Override
+       public void receivedSubscribedUSK(FcpConnection fcpConnection, SubscribedUSK subscribedUSK) {
+               /* empty. */
+       }
+
        /**
         * {@inheritDoc}
         */