debug msg

master
Alex 2021-12-28 20:59:05 +01:00
parent 0726a4f249
commit 31bc796048
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, status in
if dest == kraProtocol.DestProxy || dest == kraProtocol.DestPlayersCurrentServer { // forwarding message to java / minecraft
connForDest := getConnForDest(dest, uuid)
logger.Minecraft.Debugln("forwarding...")
logger.Minecraft.Debugln("forwarding", client.Uuid, connForDest)
raw = kraProtocol.EncodeJavaMessage(status, cmdID, dest, uuid, cmdNumber, args)