Fixed usrOption exiting the program itself.

This commit is contained in:
TheSkyWinds 2024-12-20 14:50:29 +01:00
parent 3fb8e4a509
commit 4395f8c9ab

View File

@ -33,10 +33,6 @@ int usrOption() {
continue;
}
if (option == 3)
std::exit(EXIT_SUCCESS);
finished = true;
} while (finished != true);
error::ignoreLine();