mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-16 16:27:15 +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) {
|
||||
debug(std::string("Failed to receive mod list: ") + e.what());
|
||||
error("Failed to receive mod list!");
|
||||
// TODO: Cry and die
|
||||
warn("Failed to receive new mod list format! This server may be outdated, but everything will still work as expected.");
|
||||
return {};
|
||||
}
|
||||
return modInfos;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user