diff --git a/modules/entertainment/api_receive.go b/modules/entertainment/api_receive.go index af7553490..0d1bca9a3 100644 --- a/modules/entertainment/api_receive.go +++ b/modules/entertainment/api_receive.go @@ -61,10 +61,10 @@ func (this *apiComp) Receive(session comm.IUserSession, req *pb.EntertainReceive if info.Vip { info.Payprogress = progress } - info.Freeprogress = 1 - if info.Vip { - info.Payprogress = 1 - } + // info.Freeprogress = 1 + // if info.Vip { + // info.Payprogress = 1 + // } if errdata, award = this.module.DispenseAtno(session, awards, true); errdata != nil { return