This commit is contained in:
aozhiwei 2019-07-26 13:37:48 +08:00
parent e1e9894eb3
commit 896c45230c

View File

@ -193,6 +193,7 @@ class MatchController{
$room_state = 2; $room_state = 2;
} else { } else {
$downtime = 3 - (time() - $room_db['prepare_time']); $downtime = 3 - (time() - $room_db['prepare_time']);
$room_state = 1;
} }
} }
} }