ben-wallis / Filtration

The Path of Exile loot filter editor
GNU General Public License v2.0
262 stars 61 forks source link

DisableDropSound misconception. #111

Closed GlenCFL closed 5 years ago

GlenCFL commented 5 years ago

Filtration treats the DisableDropSound rule as a boolean, when in fact it's the only rule in the game that doesn't take any value whatsoever. Any text that follows the keyword is simply ignored, with a boolean value actually being very misleading and resulting in unexpected behavior in-game.

This should eventually be clarified within the program.

ben-wallis commented 5 years ago

Fixed with #114