public void configureZone(final StendhalRPZone zone, final Map<String, String> attributes) {
SingletonRepository.getLoginNotifier().addListener(this);
SingletonRepository.setJail(this);
zone.addZoneEnterExitListener(listener);
initCells();
arrestWarrants = new ArrestWarrantList(zone);
jailzone = zone;
}