X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FDeletePostCommand.java;h=3c8b03aa5503c5b8377a347ec2fff5d91c2db6e1;hb=0df5e91852f737d760c5a9f54c5667309fbadcc2;hp=e4e42f0185ddccfeadc3ab41c670dcb865c89394;hpb=b8628d48bb269c5acf67f84c078d92a132a630ff;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java index e4e42f0..3c8b03a 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java @@ -39,7 +39,7 @@ public class DeletePostCommand extends AbstractSoneCommand { * The Sone core */ public DeletePostCommand(Core core) { - super(core); + super(core, true); } /**