竞技馆房主付费
This commit is contained in:
parent
0df3e0938c
commit
ef15347caf
|
|
@ -166,7 +166,7 @@ func (spd *ScenePolicyData) GiveCostPayment(s *Scene, snid int32) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
if roomConfig.GetCostType() != 1 { // 只有房主付费才有返还
|
||||
if roomConfig.GetCostType() != 2 { // 只有房主付费才有返还
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue