fix: 오타 수정
- 영향받는 코드는 없었을 것으로.
This commit is contained in:
@@ -243,7 +243,7 @@ class Betting
|
|||||||
return $this->_calcRewardExclusive($winnerType);
|
return $this->_calcRewardExclusive($winnerType);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->info->isExlusive) {
|
if ($this->info->isExclusive) {
|
||||||
return $this->_calcRewardExclusive($winnerType);
|
return $this->_calcRewardExclusive($winnerType);
|
||||||
}
|
}
|
||||||
//아래는 2개 이상, 복합 보상 옵션
|
//아래는 2개 이상, 복합 보상 옵션
|
||||||
|
|||||||
Reference in New Issue
Block a user