From 896c45230c175845ebbabf5b3e55e1cf753fdd32 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Jul 2019 13:37:48 +0800 Subject: [PATCH] 1 --- webapp/controller/MatchController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/MatchController.class.php b/webapp/controller/MatchController.class.php index f691520..5dcd0df 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -193,6 +193,7 @@ class MatchController{ $room_state = 2; } else { $downtime = 3 - (time() - $room_db['prepare_time']); + $room_state = 1; } } }