1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-27 01:00:01 +08:00
parent a210d653d2
commit 741b938587

View File

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