* Modify the problem of reporting an error when a multiplayer task team member is removed.
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
$teamAccounts = array_keys($task->team);
|
||||
foreach($teamAccounts as $teamAccount)
|
||||
{
|
||||
if(!isset($members[$teamAccount])) continue;
|
||||
$taskMembers[$teamAccount] = $members[$teamAccount];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user