We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd70efa + c366eef commit 9633f3aCopy full SHA for 9633f3a
backend/commands/CronController.php
@@ -275,7 +275,7 @@ public function actionInstances($pfonly=false)
275
$dc->pull();
276
$dc->spin();
277
}
278
- if(($val->team_allowed===true && $val->player->teamPlayer) || \Yii::$ap->sys->team_visible_instances===true)
+ if(($val->team_allowed===true && $val->player->teamPlayer) || \Yii::$app->sys->team_visible_instances===true)
279
{
280
foreach($val->player->teamPlayer->team->teamPlayers as $teamPlayer)
281
0 commit comments