From 0da4aa2f098129e29dcfa5a3f907bab088518568 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Sun, 28 Apr 2024 15:28:55 +0800 Subject: [PATCH] =?UTF-8?q?evt=5Fonline=E4=B8=B4=E6=97=B6=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/playeronline.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worldsrv/playeronline.go b/worldsrv/playeronline.go index 71de553..31d984d 100644 --- a/worldsrv/playeronline.go +++ b/worldsrv/playeronline.go @@ -1,7 +1,6 @@ package main import ( - "mongo.games.com/game/model" "mongo.games.com/goserver/core/module" "time" ) @@ -56,7 +55,7 @@ func (p *PlayerOnlineEvent) Update() { here: p.OnlineCh = onlineCh - LogChannelSingleton.WriteMQData(model.GenerateOnline(p.OnlineCh)) + //LogChannelSingleton.WriteMQData(model.GenerateOnline(p.OnlineCh)) } func (p *PlayerOnlineEvent) Shutdown() {