1
This commit is contained in:
parent
2c3f436e8c
commit
2819adee6b
@ -43,7 +43,9 @@ func (this *player) IsBattling() bool {
|
||||
}
|
||||
|
||||
func (this *player) SendMsg(rspMsg proto.Message) {
|
||||
GetWspListener().SendProxyMsg(this.socket.Conn, this.socket.SocketHandle, rspMsg)
|
||||
if this.socket.IsValid() {
|
||||
GetWspListener().SendProxyMsg(this.socket.Conn, this.socket.SocketHandle, rspMsg)
|
||||
}
|
||||
}
|
||||
|
||||
func (this *player) reBind(socket f5.WspCliConn, sessionId string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user