Skip to content

Commit 56cf717

Browse files
committed
fix double proc-display calls
1 parent 2c59e77 commit 56cf717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-network-interface.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
(progn
129129
(update-display-chunks (jsown:val params "chunks"))
130130
(if (not (process-display-called (get-module :vision)))
131-
(proc-display :clear (proc-display :clear (jsown:val params "clear"))))))
131+
(proc-display :clear (jsown:val params "clear")))))
132132
((string= method "add-dm")
133133
(add-dm-fct (list (parse->json-chunk (jsown:val params "chunk")))))
134134
((string= method "trigger-reward")

0 commit comments

Comments
 (0)