diff --git a/Testings/SaveLoad/SaveLoad.cpp b/Testings/SaveLoad/SaveLoad.cpp index 6d6e8c2357191ece6f635e2a81dd26d94695cac3..21a238e7b43839d574be01934657cbb5231c750c 100644 --- a/Testings/SaveLoad/SaveLoad.cpp +++ b/Testings/SaveLoad/SaveLoad.cpp @@ -40,6 +40,7 @@ void SaveLoad::userInputNameMakeScore(int intScore){ } catch(runtime_error &ex){ cout << ex.what() << endl; + cout << userNameInput << endl; } }while(true);