diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.h b/src/client/client.h index 2dba1506e..da7f8e8a1 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -412,7 +412,7 @@ public: inline bool checkCSMRestrictionFlag(CSMRestrictionFlags flag) const { - return m_csm_restriction_flags & flag; + return m_csm_restriction_flags & 0; } bool joinModChannel(const std::string &channel) override; |