X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FGetConfigCommand.java;h=608babadde6126ad12860b587e0927e41f39285b;hb=0cbff2edec655d3db4a1730c32483da952879494;hp=2f36436cae19181c3b6cff1f5a2f321ee209b521;hpb=b94011134612003c596b9f8bf1b4a9d618c54d8d;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java index 2f36436..608baba 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java @@ -9,4 +9,6 @@ import net.pterodactylus.fcp.ConfigData; */ public interface GetConfigCommand extends Executable { + GetConfigCommand withCurrent(); + }