evt_online临时删除
This commit is contained in:
parent
cc4125fee5
commit
0da4aa2f09
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue