Remove Ohio debugger
This commit is contained in:
parent
97bf3d0d56
commit
0516ee1797
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ for (const plugin of bpl) {
|
|||
}
|
||||
try {
|
||||
const commandName = plugin.split('.js')[0]
|
||||
console.log(commandName)
|
||||
if(commandName == "settings" && settings.userSettingsDisabled) continue
|
||||
cmds[commandName] = require(`../commands/${plugin}`)
|
||||
if (cmds[commandName].level === undefined) {
|
||||
|
|
Loading…
Reference in a new issue