🐛 AllUsers should be checking for if changes have been made

This commit is contained in:
EntireTwix 2021-04-11 14:45:27 -07:00
parent 706b6a9b70
commit 104f36f9ec

View file

@ -158,7 +158,7 @@ public:
temp_flag = size_lock_flag;
}
if (!temp_flag)
if (temp_flag)
{
temp = Json::Value();
Json::UInt i = 0;