From 93fc71290e8950510f79660a597d8d856f0653b9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 26 Dec 2023 19:03:43 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index c3402deb..3c3b1092 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -164,9 +164,6 @@ class MatchController extends BaseAuthedController { private function matchOk($r, $teamUuid, $currMatchDb) { - { - $r->del(MATCH_CURRENT_TEAM_KEY); - } { $matchOkDb = array( 'target_team' => $currMatchDb['current_team'],