diff --git a/worldsrv/scenepolicydata.go b/worldsrv/scenepolicydata.go index db5642d..f891459 100644 --- a/worldsrv/scenepolicydata.go +++ b/worldsrv/scenepolicydata.go @@ -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 }