}
if (seenObject.charAt(0) == 'P'){
parsePlayer(seenObject.toString(), data);
continue;
}
FixedObject object = FixedObject.fromServerId(seenObject.substring(0, 3));
if (object != null){
data.fixedObjects.put(object, parseVectorFromPolarString(seenObject.toString()));
continue;
}
}