OtherDrops

226k Downloads

2.0 - tool: ALL doesn't work

Zarius opened this issue ยท 5 comments

commented
commented

This would be because it checks for ANY but not for ALL.

commented

Ah, an easy one :) I hadn't looked into it - just posted it so I didn't forget.

commented

Fixed in CelticMinstrel@842d657d40c7b046fe78 and 74647c6

commented

Actually, I missed something in fixing it (need to check twice if it's ALL, once in OtherDropsConfig.parseTarget/Agent and once in AnySubject.parseTarget/Agent); the rest of the fix is in CelticMinstrel@7613f9fa3c9f2ef2febbc7145502da6bb1332331. (Though I see you did half of that already.)

commented

Yeah, I just noticed your fix :)