From cf009718c253aecfcb49b083c1c15e967c987378 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Thu, 23 Jun 2022 18:52:21 +0200 Subject: [PATCH] Fix new connected client not being a spectator --- core/include/aoclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.