From b6fae322dba125b9e2d81f660f641e7a7228d123 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 17 Apr 2022 21:40:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B5=AD=EA=B0=80=EB=B2=A0=ED=8C=85=20?= =?UTF-8?q?=EB=8B=B9=EC=B2=A8=EC=9E=90=20=EC=97=86=EC=9D=84=20=EC=8B=9C,?= =?UTF-8?q?=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Betting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Betting.php b/hwe/sammo/Betting.php index 0537194d..f816f8fc 100644 --- a/hwe/sammo/Betting.php +++ b/hwe/sammo/Betting.php @@ -271,7 +271,7 @@ class Betting if (!key_exists($matchPoint, $rewardAmount)) { continue; } - $rewardAmount[$matchPoint] += $rewardAmount; + $rewardAmount[$matchPoint] += $remainRewardAmount; break; } }