From 741b93858777eaa449e45f3f3f8993ebf3774101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:00:01 +0800 Subject: [PATCH] 1 --- modules/player/service/gold_log.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/player/service/gold_log.go b/modules/player/service/gold_log.go index 3d47d425..e7b1acad 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()