remove extraneous game user path print

This commit is contained in:
Lion Kortlepel 2024-09-22 19:42:55 +02:00
parent a5766639d6
commit 79209219dd
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -51,7 +51,6 @@ std::string GetGamePath() {
std::string Ver = CheckVer(GetGameDir());
Ver = Ver.substr(0, Ver.find('.', Ver.find('.') + 1));
Path += Ver + "\\";
info("Game user path: '" + Path + "'");
return Path;
}
#elif defined(__linux__)