evt_online临时删除

This commit is contained in:
sk 2024-04-28 15:28:55 +08:00
parent cc4125fee5
commit 0da4aa2f09
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package main package main
import ( import (
"mongo.games.com/game/model"
"mongo.games.com/goserver/core/module" "mongo.games.com/goserver/core/module"
"time" "time"
) )
@ -56,7 +55,7 @@ func (p *PlayerOnlineEvent) Update() {
here: here:
p.OnlineCh = onlineCh p.OnlineCh = onlineCh
LogChannelSingleton.WriteMQData(model.GenerateOnline(p.OnlineCh)) //LogChannelSingleton.WriteMQData(model.GenerateOnline(p.OnlineCh))
} }
func (p *PlayerOnlineEvent) Shutdown() { func (p *PlayerOnlineEvent) Shutdown() {