1
This commit is contained in:
parent
b94c0944fa
commit
baf41d30f9
@ -196,7 +196,7 @@ class RoomBattleDataService extends BaseService {
|
||||
$gold = $this->_hashRateBoost($userDb,$gold,$hashRateValue);
|
||||
//Vip加成金币获得
|
||||
$rightVal = myself()->_getVipRightsVal(mt\StakingVip::GAIN_GOLD);
|
||||
if ($rightVal > 0){
|
||||
if ($gold > 0 && $rightVal > 0){
|
||||
$gold += $rightVal;
|
||||
}
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user