1
This commit is contained in:
parent
91b913fadd
commit
f11e84c45e
@ -144,6 +144,10 @@ class MatchController extends BaseAuthedController {
|
||||
} else {
|
||||
foreach ($currMatchDb as $key => $val) {
|
||||
$tmpTeamDb = $this->readTeamDb($r, $key);
|
||||
if ($tmpTeamDb['zid'] != $teamDb['zid'] ||
|
||||
$tmpTeamDb['node_id'] != $teamDb['node_id']) {
|
||||
continue;
|
||||
}
|
||||
if (!empty($tmpTeamDb) && $this->_getNowTime() - $val['match_time'] > 120) {
|
||||
array_push($delTeams, $key);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user