Plugin system update

This commit is contained in:
bergware
2022-07-20 12:17:02 +02:00
parent f5af509591
commit 2a695a9f7d
3 changed files with 3 additions and 3 deletions
@@ -39,7 +39,7 @@ function write($message){
}
}
usleep(200000);
if (!$console) usleep(200000);
foreach ($plugins as $plugin) {
if (!$plugin || (!$cmd = $call[pathinfo($plugin)['extension']])) continue;
$line = '';