Add missing check in web instance
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
//Plugins
|
||||
for (const name of Object.keys(imports.plugins)) {
|
||||
if (!plugins[name].enabled)
|
||||
if (!plugins[name]?.enabled)
|
||||
continue
|
||||
|
||||
pending.push((async () => {
|
||||
|
||||
Reference in New Issue
Block a user