Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Weathercold committed Apr 13, 2023
2 parents efe40a6 + 7ce9f63 commit f096710
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/extra-logging.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Android.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/runConfigurations/Desktop.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]}
Expand Down
3 changes: 2 additions & 1 deletion src/clojure/logging/core/translating.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit f096710

Please sign in to comment.