cljminecraft

cljminecraft

0 Downloads

repl options now shown

Opened this issue ยท 1 comments

commented

the line should be like "Repl options: %s %s %s"
(log/info "Repl options: %s %s %s" (cfg/get-string plugin "repl.host") (cfg/get-int plugin "repl.port") (cfg/get-boolean plugin "repl.enabled")))

commented

Thanks, fixed :)