X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FGetConfigCommand.java;h=7ae47b59bb86e6051035c43dc686f241d3e04666;hb=dc9905f91a2c4d45acc0a7c90e87ed768ce6d3be;hp=608babadde6126ad12860b587e0927e41f39285b;hpb=0cbff2edec655d3db4a1730c32483da952879494;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 608baba..7ae47b5 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java @@ -10,5 +10,6 @@ import net.pterodactylus.fcp.ConfigData; public interface GetConfigCommand extends Executable { GetConfigCommand withCurrent(); + GetConfigCommand withDefaults(); }