Set write access to true in all commands that change data.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / CreateReplyCommand.java
index 90af42c..880d51e 100644 (file)
@@ -41,7 +41,7 @@ public class CreateReplyCommand extends AbstractSoneCommand {
         *            The Sone core
         */
        public CreateReplyCommand(Core core) {
-               super(core);
+               super(core, true);
        }
 
        /**