X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FLikePostCommand.java;h=37f69ec9dcd294dcf690f396ef04b5d073131534;hp=34b8516b6a5433cb10ce24477a7c181d5097bbcc;hb=6798ab08f87d387a7bddc0e3e41c08c8b6f4095d;hpb=53aca71a0f7aa4d7b645e9715c94f29ea5ce580f diff --git a/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java index 34b8516..37f69ec 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java @@ -39,7 +39,7 @@ public class LikePostCommand extends AbstractSoneCommand { * The Sone core */ protected LikePostCommand(Core core) { - super(core); + super(core, true); } /**