mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Compile error with msg callback any and no-sodium
This commit is contained in:
parent
204e52c364
commit
5fa8ffd3bc
@ -313,7 +313,7 @@ void EQ::Net::ServertalkClient::ProcessMessage(EQ::Net::Packet &p)
|
||||
|
||||
auto cb = m_message_callbacks.find(opcode);
|
||||
if (cb != m_message_callbacks.end()) {
|
||||
m_message_callback_any(opcode, packet);
|
||||
cb->second(opcode, packet);
|
||||
}
|
||||
|
||||
if (m_message_callback) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user