From c29abc34e0927ec1b2593c0540ab48200b8cd812 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 5 Jul 2021 18:49:41 -0700 Subject: [PATCH] :bug: fixed last commit --- src/bank.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bank.cpp b/src/bank.cpp index 2602116..fdeb6dc 100644 --- a/src/bank.cpp +++ b/src/bank.cpp @@ -279,6 +279,7 @@ void Bank::Save() #else save_flag = true; #endif +#endif } //NOT THREAD SAFE, BY NO MEANS SHOULD THIS BE CALLED WHILE RECEIEVING REQUESTS