mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
simplified Contains
This commit is contained in:
parent
447458ca25
commit
61a6d67177
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ public:
|
|||
}
|
||||
bool Contains(const std::string &name) const
|
||||
{
|
||||
return users.contains(name, users.hash(name));
|
||||
return users.contains(name);
|
||||
}
|
||||
bool SetBal(const std::string &name, const std::string &attempt, uint32_t amount)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue