generateCmdID KraSocketClient

master
Alex 2022-01-01 17:19:38 +01:00
parent 86673c36b3
commit d81c59e1fe
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class PostLoginListener implements Listener {
sendVoiceWebCodeUrl(proxiedPlayer, voiceWebCode); sendVoiceWebCodeUrl(proxiedPlayer, voiceWebCode);
} else { } else {
// check if both sockets connected // check if both sockets connected
int cmdID = ProxySystem.getInstance().getKraSocketClientProtocol().getCmdID(); int cmdID = ProxySystem.getInstance().getKraSocketClientProtocol().generateCmdID();
ProxySystem.getInstance().getKraSocketClient().getSocketClient() ProxySystem.getInstance().getKraSocketClient().getSocketClient()
.SendMessage(new KraSocketClientProtocolMessage((byte) 11, cmdID, 1, uuid, .SendMessage(new KraSocketClientProtocolMessage((byte) 11, cmdID, 1, uuid,