aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui/coflsky/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/de/torui/coflsky/commands')
-rw-r--r--src/main/java/de/torui/coflsky/commands/CommandType.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/de/torui/coflsky/commands/CommandType.java b/src/main/java/de/torui/coflsky/commands/CommandType.java
index 3d4ec05..ecece3f 100644
--- a/src/main/java/de/torui/coflsky/commands/CommandType.java
+++ b/src/main/java/de/torui/coflsky/commands/CommandType.java
@@ -35,6 +35,8 @@ public enum CommandType {
Reset,
@SerializedName("flip")
Flip,
+ @SerializedName("privacySettings")
+ PrivacySettings,
@SerializedName("countdown")
Countdown,
;