Skip to content

Commit c7c32e9

Browse files
committed
v0.12.0 alpha release
1 parent 013da8b commit c7c32e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/TeamSpeak3Bot.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ private function loadPlugin($configFile)
367367
'version' => $config['version'],
368368
]);
369369
}
370+
370371
$plugin = Plugin::where('name', $config['name'])->first();
372+
371373
if (version_compare($plugin->version, $config['version'], '<')) {
372374
$this->plugins[$config['name']]->update($plugin->version);
373375
$plugin->update(['version' => $config['version']]);

0 commit comments

Comments
 (0)