Bug fixes

This commit is contained in:
Esophose 2020-01-17 03:53:54 -07:00
parent 1751b243e5
commit 932ae61733
10 changed files with 27 additions and 27 deletions

View file

@ -73,7 +73,7 @@ public class DataCommandModule implements CommandModule {
}
public boolean canConsoleExecute() {
return false;
return true;
}
}