mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
Update ini parse check formatting
Co-authored-by: SaltySnail <51403141+SaltySnail@users.noreply.github.com>
This commit is contained in:
parent
303fc55d94
commit
a5c02217fa
@ -48,9 +48,9 @@ std::filesystem::path GetGamePath() {
|
|||||||
startupIni.close();
|
startupIni.close();
|
||||||
|
|
||||||
auto ini = Utils::ParseINI(contents);
|
auto ini = Utils::ParseINI(contents);
|
||||||
if (ini.empty()) {
|
if (ini.empty())
|
||||||
warn("Failed to parse startup.ini");
|
warn("Failed to parse startup.ini");
|
||||||
} else
|
else
|
||||||
debug("Successfully parsed startup.ini");
|
debug("Successfully parsed startup.ini");
|
||||||
|
|
||||||
std::wstring userPath;
|
std::wstring userPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user