From e1e9894eb34d29f53a32ba1f8d1cac7024d1c341 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Jul 2019 13:17:04 +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 5f5ba0c..f691520 100644 --- a/webapp/controller/MatchController.class.php +++ b/webapp/controller/MatchController.class.php @@ -181,6 +181,7 @@ class MatchController{ $room_state = 2; } else { $downtime = 3 - (time() - $room_db['prepare_time']); + $room_state = 1; } } }