Some issue fixes

This commit is contained in:
WolverinDEV
2020-02-16 19:02:06 +01:00
parent 96b5ccd17d
commit b98c5f8907
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -987,5 +987,5 @@ permission::PermissionType ConnectedClient::calculate_and_get_join_state(const s
if(permission::v2::permission_granted(1, this->calculate_permission(permission::b_client_is_sticky, this->currentChannel ? this->currentChannel->channelId() : 0)))
if(!permission::v2::permission_granted(1, this->calculate_permission(permission::b_client_ignore_sticky, channel_id)))
RESULT(permission::b_client_is_sticky);
RESULT(permission::unknown);
RESULT(permission::ok);
}