From 4395f8c9ab32320f17a0745ae082c89ffea670aa Mon Sep 17 00:00:00 2001 From: TheSkyWinds Date: Fri, 20 Dec 2024 14:50:29 +0100 Subject: [PATCH] Fixed usrOption exiting the program itself. --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cpp b/main.cpp index 709c60e..15f2fbd 100644 --- a/main.cpp +++ b/main.cpp @@ -33,10 +33,6 @@ int usrOption() { continue; } - if (option == 3) - std::exit(EXIT_SUCCESS); - - finished = true; } while (finished != true); error::ignoreLine();