mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 00:35:55 +00:00
add more info to new mod list receive error
This commit is contained in:
parent
fcb51adcb8
commit
885061f73d
@ -377,8 +377,8 @@ struct ModInfo {
|
|||||||
}
|
}
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
debug(std::string("Failed to receive mod list: ") + e.what());
|
debug(std::string("Failed to receive mod list: ") + e.what());
|
||||||
error("Failed to receive mod list!");
|
warn("Failed to receive new mod list format! This server may be outdated, but everything will still work as expected.");
|
||||||
// TODO: Cry and die
|
return {};
|
||||||
}
|
}
|
||||||
return modInfos;
|
return modInfos;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user