Compile error with msg callback any and no-sodium

This commit is contained in:
KimLS 2017-02-06 23:26:31 -08:00
parent 204e52c364
commit 5fa8ffd3bc

View File

@ -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) {