Updates for 1.4.1

This commit is contained in:
WolverinDEV
2019-10-29 16:06:34 +01:00
parent 0b2ec5ac0a
commit fc365736ed
12 changed files with 30 additions and 22 deletions
+1 -2
View File
@@ -634,7 +634,7 @@ void SpeakingClient::processJoin() {
TIMING_STEP(timings, "server reg ");
ref_server->getGroupManager()->cleanupAssignments(this->getClientDatabaseId());
TIMING_STEP(timings, "grp cleanup");
ref_server->getGroupManager()->update_server_group_property(_this.lock(), true);
ref_server->getGroupManager()->update_server_group_property(_this.lock(), true, nullptr);
TIMING_STEP(timings, "grp apply ");
this->properties()[property::CLIENT_COUNTRY] = config::geo::countryFlag;
@@ -680,7 +680,6 @@ void SpeakingClient::processJoin() {
this->currentChannel = nullptr;
{
/* enforce an update of these properties */
this->properties()[property::CLIENT_SERVERGROUPS] = "0";
this->properties()[property::CLIENT_CHANNEL_GROUP_INHERITED_CHANNEL_ID] = "0";
this->properties()[property::CLIENT_CHANNEL_GROUP_ID] = "0";
this->properties()[property::CLIENT_TALK_POWER] = "0";