diff --git a/modules/player/service/gold_log.go b/modules/player/service/gold_log.go index 3d47d425c..e7b1acad4 100644 --- a/modules/player/service/gold_log.go +++ b/modules/player/service/gold_log.go @@ -30,9 +30,9 @@ func (s *GoldService) Cheak(pid, ptye uint32) int { } func (s *GoldService) Log(pid, count uint32) { - // if cool.Config.ServerInfo.IsVip != 0 { - // return - // } + if cool.Config.ServerInfo.IsVip != 0 { + return + } // 获取当前时间 now := time.Now()