diff --git a/core/include/aoclient.h b/core/include/aoclient.h index 130f64f..b7af48f 100644 --- a/core/include/aoclient.h +++ b/core/include/aoclient.h @@ -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.