You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// complete match if team has no players
if (!$this->_hasPlayers($match->homeTeam) || !$this->_hasPlayers($match->guestTeam)) {
$this->completeMatch($match);
return;
}
In script Simulator is function for complete matchif team has no players.
The result of the match is 0: 0 . I want this result 0:0/ 0:3/ 3:0
The text was updated successfully, but these errors were encountered:
Hi I want add function walkover
// complete match if team has no players
if (!$this->_hasPlayers($match->homeTeam) || !$this->_hasPlayers($match->guestTeam)) {
$this->completeMatch($match);
return;
}
In script Simulator is function for complete matchif team has no players.
The result of the match is 0: 0 . I want this result 0:0/ 0:3/ 3:0
The text was updated successfully, but these errors were encountered: