Connection message for Minecraft when the mobile connection is closed

master
Alex 2022-03-13 21:05:24 +01:00
parent 35e12e86b1
commit 2f8a0ae506
1 changed files with 2 additions and 1 deletions

View File

@ -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{}