mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-19 23:20:57 +00:00
removed debug print
This commit is contained in:
@@ -82,7 +82,6 @@ void Launcher::QueryRegistry() {
|
|||||||
VersionParser GameVer(BeamVersion);
|
VersionParser GameVer(BeamVersion);
|
||||||
BeamUserPath += std::to_string(GameVer.data[0]) + '.' + std::to_string(GameVer.data[1]) + '\\';
|
BeamUserPath += std::to_string(GameVer.data[0]) + '.' + std::to_string(GameVer.data[1]) + '\\';
|
||||||
}
|
}
|
||||||
LOG(INFO) << BeamUserPath;
|
|
||||||
if(!BeamRoot.empty() && !BeamVersion.empty() && !BeamUserPath.empty())return;
|
if(!BeamRoot.empty() && !BeamVersion.empty() && !BeamUserPath.empty())return;
|
||||||
}
|
}
|
||||||
LOG(FATAL) << "Please launch the game at least once, failed to read registry key Software\\BeamNG\\BeamNG.drive";
|
LOG(FATAL) << "Please launch the game at least once, failed to read registry key Software\\BeamNG\\BeamNG.drive";
|
||||||
|
|||||||
Reference in New Issue
Block a user