diff --git a/application/core/ErrorHandler.php b/application/core/ErrorHandler.php index 308b977d..2980af7e 100644 --- a/application/core/ErrorHandler.php +++ b/application/core/ErrorHandler.php @@ -479,7 +479,7 @@ class ErrorHandler { * @return bool */ private function shouldRestart() { - if (!$this->maniaControl || !$this->maniaControl->settingManager) { + if (!$this->maniaControl || !$this->maniaControl->settingManager || DEV_MODE) { return false; } $setting = $this->maniaControl->settingManager->getSettingValue($this, self::SETTING_RESTART_ON_EXCEPTION, true);