mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
🐛 AllUsers should be checking for if changes have been made
This commit is contained in:
parent
706b6a9b70
commit
104f36f9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public:
|
|||
temp_flag = size_lock_flag;
|
||||
}
|
||||
|
||||
if (!temp_flag)
|
||||
if (temp_flag)
|
||||
{
|
||||
temp = Json::Value();
|
||||
Json::UInt i = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue