Merge pull request #278 from AttorneyOnline/salanto-whyyyyyy

Fix new connected client not being a spectator
This commit is contained in:
Rosemary Witchaven 2022-06-23 15:44:46 -05:00 committed by GitHub
commit c559c8d205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ class AOClient : public QObject
/**
* @brief If true, the client is a spectator and his IC interactions will be limtied.
*/
bool m_is_spectator = false;
bool m_is_spectator = true;
/**
* @brief Checks if the client's ACL role has permission for the given permission.