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