This commit is contained in:
Boy132 2025-07-04 09:18:29 +02:00
parent 863d13bc39
commit f246dff768

View File

@ -38,7 +38,7 @@ class PluginService
continue;
} else {
// Make sure to update the status if a plugin is no longer incompatible (e.g. because the user changed their panel version)
if ($plugins->isIncompatible()) {
if ($plugin->isIncompatible()) {
$this->disablePlugin($plugin);
}
}