generateCmdID KraSocketClient
parent
86673c36b3
commit
d81c59e1fe
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue