Fix new connected client not being a spectator

This commit is contained in:
Salanto 2022-06-23 18:52:21 +02:00
parent 1f23c1fdb8
commit cf009718c2

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.