CmdrDats / clj-minecraft

Clojure Bukkit plugin, Minecraft.
74 stars 35 forks source link

repl options now shown #5

Closed ghost closed 11 years ago

ghost commented 11 years ago

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")))

CmdrDats commented 11 years ago

Thanks, fixed :)