lp.setLocation(system, sector, grd);
locationsProperties.put(itemLine.getItem().getName(), lp);
itemLine.setLocation(l);
if (itemLine.isForSale()) {
newpls[system.ordinal()].getForSale().add(itemLine);
} else {
newpls[system.ordinal()].getWanted().add(itemLine);
}
}
return newpls;