mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 return 0 for logs wasnt working
This commit is contained in:
parent
5f6a413923
commit
f7b62913cd
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ public:
|
||||||
}
|
}
|
||||||
})))
|
})))
|
||||||
{
|
{
|
||||||
return -1 * users.contains(name);
|
return (-1 * users.contains(name)) + users.contains(name);
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue