CmdrDats / clj-minecraft

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

stop REPL on disable? else `reload` will fail to re-enable it #18

Open ghost opened 11 years ago

ghost commented 11 years ago

or find another way (investigate) I know, reload should not be used right?(at least because it eats up memory until you run out of it - from my experience PermGen) but for tests at least I use it.

EDIT: maybe something like check if it's already running and don't rerun?