diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h index 5144af69f..0e0765cae 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -410,6 +410,11 @@ public: return m_address_name; } + inline u64 getCSMRestrictionFlags() const + { + return m_csm_restriction_flags; + } + inline bool checkCSMRestrictionFlag(CSMRestrictionFlags flag) const { return m_csm_restriction_flags & flag; |