* Modify the problem of reporting an error when a multiplayer task team member is removed.

This commit is contained in:
tianshujie98
2021-08-16 14:08:23 +08:00
parent 6e159b97ea
commit fd9011e14c
+1
View File
@@ -131,6 +131,7 @@
$teamAccounts = array_keys($task->team);
foreach($teamAccounts as $teamAccount)
{
if(!isset($members[$teamAccount])) continue;
$taskMembers[$teamAccount] = $members[$teamAccount];
}
}