Connection message for Minecraft when the mobile connection is closed
parent
35e12e86b1
commit
2f8a0ae506
|
@ -67,7 +67,8 @@ func RunHub() {
|
|||
client.MobileCmdIDs = []int{}
|
||||
logger.Web.Println("delete mobileConn", client)
|
||||
|
||||
serverCommunication.SendMessageToServer(kraProtocol.DestProxy, uuid, "1")
|
||||
//serverCommunication.SendMessageToServer(kraProtocol.DestProxy, uuid, "1")
|
||||
serverCommunication.SendMessageToMinecraftServer(kraProtocol.DestBackend, 0, kraProtocol.StatusGet, 10, uuid, 64247, "")
|
||||
} else if client.VoiceConn == connection {
|
||||
client.VoiceConn = nil
|
||||
client.VoiceCmdIDs = []int{}
|
||||
|
|
Loading…
Reference in New Issue