client.setMapShardHandle(mapShardHandle);
LOGGER.debug("Asking a map shard to accept a client.");
mapShardHandle.get().trigger(
new LSRequest_AcceptClient(
clientHandle.getUid(),
client.getAccount(),
client.getCharacter()));
// we will notify the client when the mapshard replies.