竞技馆房主付费
This commit is contained in:
parent
4bf11eb1d1
commit
0df3e0938c
|
@ -1344,7 +1344,7 @@ func CSCreatePrivateRoomHandler(s *netlib.Session, packetId int, data interface{
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if cfg.GetCostType() == 2 {
|
if costType == 2 {
|
||||||
sp.CostPayment(scene, p)
|
sp.CostPayment(scene, p)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue