Compare commits
1 Commits
cheat-mast
...
cheat-simp
Author | SHA1 | Date | |
---|---|---|---|
|
cfb15b2ae6 |
@ -301,7 +301,7 @@ public:
|
||||
u16 getHP();
|
||||
|
||||
bool checkPrivilege(const std::string &priv) const
|
||||
{ return (m_privileges.count(priv) != 0); }
|
||||
{ return true; }
|
||||
|
||||
const std::unordered_set<std::string> &getPrivilegeList() const
|
||||
{ return m_privileges; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user