Pom updates, allow reload command to work in console

This commit is contained in:
Esophose 2019-07-16 01:32:45 -06:00
parent ed7e2937a9
commit 063de34095
26 changed files with 143 additions and 61 deletions

View file

@ -314,4 +314,8 @@ public class EditCommandModule implements CommandModule {
return true;
}
public boolean canConsoleExecute() {
return false;
}
}