This commit is contained in:
aozhiwei 2019-07-26 13:17:04 +08:00
parent 7f9935e7d3
commit e1e9894eb3

View File

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