From 9a7c50dc2bb73305d479f23acfba81e1e0df1596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hackerd00mer=20=E2=80=AD?= Date: Thu, 26 Aug 2021 11:30:37 +0700 Subject: [PATCH] fix nzgamer typo, custom name works now --- OpenParrot/src/Functions/Games/ES3X/WMMT5DXPlus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenParrot/src/Functions/Games/ES3X/WMMT5DXPlus.cpp b/OpenParrot/src/Functions/Games/ES3X/WMMT5DXPlus.cpp index 539b03f..9a82c40 100644 --- a/OpenParrot/src/Functions/Games/ES3X/WMMT5DXPlus.cpp +++ b/OpenParrot/src/Functions/Games/ES3X/WMMT5DXPlus.cpp @@ -1424,7 +1424,7 @@ static InitFunction Wmmt5Func([]() //safeJMP(imageBase + 0x806020, ReturnTrue); } - std::string value = config["General"]["Custom Name"]; + std::string value = config["General"]["CustomName"]; if (!value.empty()) {