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; } } }