mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 08:31:07 +00:00
fix missing closing parens on "connected to..." log
This commit is contained in:
@@ -151,7 +151,7 @@ void ClientNetwork::handle_client_identification(bmp::ClientPacket& packet) {
|
|||||||
}
|
}
|
||||||
*launcher.mod_version = Version { uint8_t(mod_version.at(0)), uint8_t(mod_version.at(1)), uint8_t(mod_version.at(2)) };
|
*launcher.mod_version = Version { uint8_t(mod_version.at(0)), uint8_t(mod_version.at(1)), uint8_t(mod_version.at(2)) };
|
||||||
*launcher.game_version = Version { uint8_t(game_version.at(0)), uint8_t(game_version.at(1)), uint8_t(game_version.at(2)) };
|
*launcher.game_version = Version { uint8_t(game_version.at(0)), uint8_t(game_version.at(1)), uint8_t(game_version.at(2)) };
|
||||||
spdlog::info("Connected to {} (mod v{}, game v{}, protocol v{}.{}.{}",
|
spdlog::info("Connected to {} (mod v{}, game v{}, protocol v{}.{}.{})",
|
||||||
impl,
|
impl,
|
||||||
launcher.mod_version->to_string(),
|
launcher.mod_version->to_string(),
|
||||||
launcher.game_version->to_string(),
|
launcher.game_version->to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user