mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
typos
This commit is contained in:
@@ -65,7 +65,7 @@ void CentralServerConnection::onReceive(const Archive::ByteStream & message)
|
||||
|
||||
ri = message.begin();
|
||||
|
||||
const uint32 messageType = message.getType();
|
||||
const uint32 messageType = m.getType();
|
||||
|
||||
switch(messageType) {
|
||||
case constcrc("EnumerateServers") :
|
||||
@@ -83,7 +83,7 @@ void CentralServerConnection::onReceive(const Archive::ByteStream & message)
|
||||
ChatServer::instance().connectToCustomerServiceServer(msg.getValue().first, msg.getValue().second);
|
||||
break;
|
||||
}
|
||||
else if(m.isType("RequestChatTransferAvatar"))
|
||||
case constcrc("RequestChatTransferAvatar") :
|
||||
{
|
||||
GenericValueTypeMessage<TransferCharacterData> request(ri);
|
||||
LOG("CustomerService", ("CharacterTransfer: Received RequestChatTransferAvatar from CentralServer. Forwarding request to ChatAPI. %s", request.getValue().toString().c_str()));
|
||||
|
||||
Reference in New Issue
Block a user