mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Smol fix
This commit is contained in:
parent
a03dbe0580
commit
6d388f7231
@ -274,7 +274,7 @@ namespace network
|
||||
|
||||
// ignore built in "print" oob command and add in our own
|
||||
utils::hook::set<uint8_t>(0x14020A723, 0xEB);
|
||||
on("print", [](const game::netadr_s& addr, const std::string_view& data)
|
||||
on("print", [](const game::netadr_s&, const std::string_view& data)
|
||||
{
|
||||
const std::string message{data};
|
||||
console::info(message.data());
|
||||
|
Loading…
Reference in New Issue
Block a user