static bool OnRequestUIConfig(LoginClient client, CMSG msgID, BinReader data)
 {
     client.SendConfig(data.ReadInt32());
     return(true);
 }