Fixed the invalid connection status thing
This commit is contained in:
parent
df0ddbfa60
commit
4142e85753
@ -116,7 +116,6 @@ class ErrorCommandHandler extends AbstractCommandHandler {
|
|||||||
return true;
|
return true;
|
||||||
} else if(command.command == "initivexpand") {
|
} else if(command.command == "initivexpand") {
|
||||||
if(command.arguments[0]["teaspeak"] == true) {
|
if(command.arguments[0]["teaspeak"] == true) {
|
||||||
console.log("Using TeaSpeak identity type");
|
|
||||||
this.handle.handshake_handler().startHandshake();
|
this.handle.handshake_handler().startHandshake();
|
||||||
this.serverType = "teaspeak";
|
this.serverType = "teaspeak";
|
||||||
} else {
|
} else {
|
||||||
@ -125,7 +124,7 @@ class ErrorCommandHandler extends AbstractCommandHandler {
|
|||||||
return true;
|
return true;
|
||||||
} else if(command.command == "initivexpand2") {
|
} else if(command.command == "initivexpand2") {
|
||||||
/* its TeamSpeak or TeaSpeak with experimental 3.1 and not up2date */
|
/* its TeamSpeak or TeaSpeak with experimental 3.1 and not up2date */
|
||||||
this.handle["_do_teamspeak"] = true;
|
this.serverType = "teamspeak";
|
||||||
} else if(command.command == "initserver") {
|
} else if(command.command == "initserver") {
|
||||||
/* just if clientinit error did not fired (TeamSpeak) */
|
/* just if clientinit error did not fired (TeamSpeak) */
|
||||||
while(this.errorCodeHistory.length > 0) {
|
while(this.errorCodeHistory.length > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user