diff --git a/.idea/extra-logging.iml b/.idea/extra-logging.iml
index bda397b..413f9ae 100644
--- a/.idea/extra-logging.iml
+++ b/.idea/extra-logging.iml
@@ -74,7 +74,7 @@
-
+
diff --git a/.idea/runConfigurations/Android.xml b/.idea/runConfigurations/Android.xml
index 25d4d41..f24dcd7 100644
--- a/.idea/runConfigurations/Android.xml
+++ b/.idea/runConfigurations/Android.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/.idea/runConfigurations/Desktop.xml b/.idea/runConfigurations/Desktop.xml
index 571d591..48fb7ca 100644
--- a/.idea/runConfigurations/Desktop.xml
+++ b/.idea/runConfigurations/Desktop.xml
@@ -1,13 +1,13 @@
-
+
-
+
diff --git a/project.clj b/project.clj
index 99e4acd..dd25138 100644
--- a/project.clj
+++ b/project.clj
@@ -8,7 +8,7 @@
:dependencies [;; This is the last clojure version that works on Android...
[org.clojure/clojure "1.8.0"]
[org.clojure/data.json "2.4.0"]
- [org.flatland/ordered "1.15.10"]
+ [org.flatland/ordered "1.15.11"]
[http-kit "2.7.0-alpha1"]
[nrepl "1.1.0-alpha1"]]
:profiles {:user {:plugins [[lein-kibit "0.1.8"]]}
diff --git a/src/clojure/logging/core/translating.clj b/src/clojure/logging/core/translating.clj
index 4e12d82..05c352b 100644
--- a/src/clojure/logging/core/translating.clj
+++ b/src/clojure/logging/core/translating.clj
@@ -70,7 +70,8 @@
(Events/on
EventType$PlayerChatEvent
(consfn [e]
- (when-let' [e ^EventType$PlayerChatEvent e
+ (when-let' [^EventType$PlayerChatEvent
+ e e
_ (and @enable-translation
(not= (.-player e) Vars/player))
msg (color/remove-colors (.-message e))]