mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user