diff options
author | Äkwav <16632490+Ekwav@users.noreply.github.com> | 2023-02-26 17:01:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 17:01:07 +0100 |
commit | 96eda0751f26e81d8788d62264dc74dd28358d66 (patch) | |
tree | 0849d793a630ed005c4b897de049384474d4861a /src/main/java/de/torui/coflsky/commands | |
parent | 8f3bce7d6fe41e85f2654f7557bbb564305e58b5 (diff) | |
download | COFL-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.java | 2 |
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") |