竞技馆房主付费

This commit is contained in:
sk 2024-09-11 17:21:12 +08:00
parent 4bf11eb1d1
commit 0df3e0938c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }