Set write access to true in all commands that change data.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / DeleteReplyCommand.java
index 601455a..4ac9c15 100644 (file)
@@ -39,7 +39,7 @@ public class DeleteReplyCommand extends AbstractSoneCommand {
         *            The Sone core
         */
        public DeleteReplyCommand(Core core) {
-               super(core);
+               super(core, true);
        }
 
        /**