1
This commit is contained in:
parent
f230b90939
commit
97fe26fabc
@ -741,7 +741,7 @@ class PayController{
|
|||||||
}
|
}
|
||||||
if ($newhand == 2) {
|
if ($newhand == 2) {
|
||||||
if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) {
|
if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) {
|
||||||
$newhand = 1;
|
$newhand2 = 1;
|
||||||
}
|
}
|
||||||
$rview_times2++;
|
$rview_times2++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user