public function endVacationMode() { if (parent::endVacationMode()) { $logs = Dolumar_Players_Logs::getInstance(); $logs->addEndVacationLog($this); return true; } else { return false; } }