}
}
public boolean conditionMet(Object pConditionObject) {
if (pConditionObject instanceof IXFile) {
IXFile lFileWrapper = (IXFile) pConditionObject;
// CB TODO, Migrate player stuff.
// IPlayer lPlayer = PlayerLogic.getInstance().getBestPlayer(
// lFileWrapper);
// if (lPlayer instanceof NoPlayer) {
// return false;