Made it compile on windows. Fixed bug: Chat during change of hand did not work. Changed audio extension to wav.
This commit is contained in:
@@ -109,7 +109,7 @@ ClientThread::SendChatMessage(const std::string &msg)
|
||||
static_cast<NetPacketSendChatText *>(chat.get())->SetData(chatData);
|
||||
// The sender is thread-safe, so just dump the packet.
|
||||
GetSender().Send(GetContext().GetSocket(), chat);
|
||||
} catch (const NetException &e)
|
||||
} catch (const NetException &)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user