Command disabler removes `commandScriptACE` permissions when config is locked
altrisi opened this issue ยท 0 comments
Basically making Scarpet apps not able to run useful commands, since it sets their permission level to 0
.
This is because the command disabler checks for the COMMAND
category, which is also applied to commandScriptACE
.
This doesn't seem intended, is it?
Causes gnembon/scarpet#180 (and probably others)
Relates to gnembon/scarpet#183