1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00

Son Goku+

This commit is contained in:
Moe 2019-03-07 21:28:37 -08:00
parent d0b12e92e7
commit 8f804a5310
8 changed files with 495 additions and 3 deletions

View file

@ -43,7 +43,11 @@ module.exports = function(s,config,lang){
pluginArray.push(name)
}
})
if(pluginArray.length > 0)s.isAtleatOneDetectorPluginConnected = true
if(pluginArray.length > 0){
s.isAtleatOneDetectorPluginConnected = true
}else{
s.isAtleatOneDetectorPluginConnected = false
}
s.detectorPluginArray = pluginArray
}
s.sendToAllDetectors = function(data){