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