Small fix
This commit is contained in:
parent
9aac8f00d4
commit
0c5a579427
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user