aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui/coflsky/commands
diff options
context:
space:
mode:
authorÄkwav <16632490+Ekwav@users.noreply.github.com>2023-02-26 17:01:07 +0100
committerGitHub <noreply@github.com>2023-02-26 17:01:07 +0100
commit96eda0751f26e81d8788d62264dc74dd28358d66 (patch)
tree0849d793a630ed005c4b897de049384474d4861a /src/main/java/de/torui/coflsky/commands
parent8f3bce7d6fe41e85f2654f7557bbb564305e58b5 (diff)
downloadCOFL-96eda0751f26e81d8788d62264dc74dd28358d66.tar.gz
COFL-96eda0751f26e81d8788d62264dc74dd28358d66.tar.bz2
COFL-96eda0751f26e81d8788d62264dc74dd28358d66.zip
fixed location, patched purse commands (#93)
* fixed location, patched purse commands * revert chat format * revert overlooked line * bump session length
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 d7de3b1..3f551f7 100644
--- a/src/main/java/de/torui/coflsky/commands/CommandType.java
+++ b/src/main/java/de/torui/coflsky/commands/CommandType.java
@@ -53,6 +53,8 @@ public enum CommandType {
chatBatch,
@SerializedName("uploadTab")
uploadTab,
+ @SerializedName("uploadScoreboard")
+ uploadScoreboard,
@SerializedName("getMods")
GetMods,
@SerializedName("proxy")