From 104f36f9ec2eb53c99129881d9a8564c7560f734 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sun, 11 Apr 2021 14:45:27 -0700 Subject: [PATCH] :bug: AllUsers should be checking for if changes have been made --- include/bank.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index bd76794..03d364d 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -158,7 +158,7 @@ public: temp_flag = size_lock_flag; } - if (!temp_flag) + if (temp_flag) { temp = Json::Value(); Json::UInt i = 0;