Small fix

This commit is contained in:
fed 2022-10-31 16:50:53 +01:00
parent 9aac8f00d4
commit 0c5a579427

View File

@ -306,7 +306,7 @@ namespace network
on("print", [](const game::netadr_s&, const std::string_view& data)
{
const std::string message{data};
console::info(message.data());
console::info("%s\n", message.data());
});
// Use our own socket since the game's socket doesn't work with non localhost addresses