1
0

Add Locale to ClientHandle

This commit is contained in:
Howaner
2014-02-16 13:26:07 +01:00
parent 707916b404
commit 48d28a0f94
5 changed files with 11 additions and 3 deletions

View File

@@ -1598,6 +1598,8 @@ void cProtocol172::HandlePacketClientSettings(cByteBuffer & a_ByteBuffer)
HANDLE_READ(a_ByteBuffer, ReadByte, Byte, ChatColors);
HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Difficulty);
HANDLE_READ(a_ByteBuffer, ReadByte, Byte, ShowCape);
m_Client->SetLocale(Locale);
// TODO: handle in m_Client
}