竞技馆房主付费

This commit is contained in:
sk 2024-09-11 17:30:05 +08:00
parent 0df3e0938c
commit ef15347caf
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func (spd *ScenePolicyData) GiveCostPayment(s *Scene, snid int32) bool {
return false return false
} }
if roomConfig.GetCostType() != 1 { // 只有房主付费才有返还 if roomConfig.GetCostType() != 2 { // 只有房主付费才有返还
return false return false
} }