diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 70bdf4f..940ac23 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -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++; }