Fixed some bugs
This commit is contained in:
@@ -769,8 +769,9 @@ void ConnectedClient::sendServerInit() {
|
||||
command["lt"] = LicenseType::LICENSE_NPL;
|
||||
else
|
||||
command["lt"] = LicenseType::LICENSE_HOSTING;
|
||||
} else
|
||||
command["lt"] = ts::config::server::DefaultServerLicense;
|
||||
} else {
|
||||
command["lt"] = ts::config::server::DefaultServerLicense;
|
||||
}
|
||||
command["pv"] = 6; //Protocol version
|
||||
command["acn"] = this->getDisplayName();
|
||||
command["aclid"] = this->getClientId();
|
||||
|
||||
Reference in New Issue
Block a user