reply handling

master
Alex 2021-12-29 21:14:47 +01:00
parent a58d4f3e3a
commit af8bcc06a5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func HandleMinecraftMessage(conn *websocket.Conn, msg []byte) {
logger.Minecraft.Debugln("VoiceCMDIDsByBackend", webClient.VoiceCMDIDsByBackend)
raw = kraProtocol.EncodeWebMessage(kraProtocol.StatusGet, cmdID, cmdNumber, args)
raw = kraProtocol.EncodeWebMessage(kraProtocol.StatusGet, webCmdID, cmdNumber, args)
} else {
raw = kraProtocol.EncodeWebMessage(kraProtocol.StatusSend, 0, cmdNumber, args)
}