Closed RedHeadEmile closed 4 years ago
After a bit of search, I found that the option client.password is set in LocalTeamspeakClientSocket but in LocalClientHandlerConnecting, the option client.server_password is read
client.password
client.server_password
Is it a mistake ?
Looks like it, thanks for letting me know:
https://github.com/Manevolent/ts3j/commit/ac8e7cf6f33f1072744c33752dfc8c43dbc377fb
After a bit of search, I found that the option
client.password
is set in LocalTeamspeakClientSocket but in LocalClientHandlerConnecting, the optionclient.server_password
is readIs it a mistake ?