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 {
|
try {
|
||||||
const commandName = plugin.split('.js')[0]
|
const commandName = plugin.split('.js')[0]
|
||||||
console.log(commandName)
|
|
||||||
if(commandName == "settings" && settings.userSettingsDisabled) continue
|
if(commandName == "settings" && settings.userSettingsDisabled) continue
|
||||||
cmds[commandName] = require(`../commands/${plugin}`)
|
cmds[commandName] = require(`../commands/${plugin}`)
|
||||||
if (cmds[commandName].level === undefined) {
|
if (cmds[commandName].level === undefined) {
|
||||||
|
|
Loading…
Reference in a new issue