generateCmdID KraSocketClient
parent
86673c36b3
commit
d81c59e1fe
|
@ -49,7 +49,7 @@ public class PostLoginListener implements Listener {
|
|||
sendVoiceWebCodeUrl(proxiedPlayer, voiceWebCode);
|
||||
} else {
|
||||
// check if both sockets connected
|
||||
int cmdID = ProxySystem.getInstance().getKraSocketClientProtocol().getCmdID();
|
||||
int cmdID = ProxySystem.getInstance().getKraSocketClientProtocol().generateCmdID();
|
||||
|
||||
ProxySystem.getInstance().getKraSocketClient().getSocketClient()
|
||||
.SendMessage(new KraSocketClientProtocolMessage((byte) 11, cmdID, 1, uuid,
|
||||
|
|
Loading…
Reference in New Issue