This commit is contained in:
aozhiwei 2020-09-14 10:54:39 +08:00
parent f230b90939
commit 97fe26fabc

View File

@ -741,7 +741,7 @@ class PayController{
}
if ($newhand == 2) {
if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) {
$newhand = 1;
$newhand2 = 1;
}
$rview_times2++;
}