aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Rinke <develop@torui.de>2021-10-25 19:38:29 +0200
committerFlorian Rinke <develop@torui.de>2021-10-25 19:38:29 +0200
commitaf2497f08733eb7fc0fa34d5dc29ae80abc6a2e1 (patch)
tree140fe4ed2bf413465791a2aeb2f493f79c248905 /src
parentfd39e0b0f1318d5dfa0c2617e10d825710b7dd01 (diff)
downloadCOFL-af2497f08733eb7fc0fa34d5dc29ae80abc6a2e1.tar.gz
COFL-af2497f08733eb7fc0fa34d5dc29ae80abc6a2e1.tar.bz2
COFL-af2497f08733eb7fc0fa34d5dc29ae80abc6a2e1.zip
changes Clicked to emit a "clicked", fixes #16
Diffstat (limited to 'src')
-rw-r--r--src/main/java/de/torui/coflsky/core/CommandType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/torui/coflsky/core/CommandType.java b/src/main/java/de/torui/coflsky/core/CommandType.java
index 5f5ceeb..67b9b93 100644
--- a/src/main/java/de/torui/coflsky/core/CommandType.java
+++ b/src/main/java/de/torui/coflsky/core/CommandType.java
@@ -12,7 +12,7 @@ public enum CommandType {
@SerializedName("tokenLogin")
TokenLogin,
- @SerializedName("tokenLogin")
+ @SerializedName("clicked")
Clicked,
@SerializedName("playSound")
PlaySound,