Closed djoey123 closed 3 weeks ago
I don't think this logic is right, is it? If the user enters /claimprivate true, it should make the claim private and trigger the event as is the current behaviour. Also inverting the Boolean there will double invert the toggle check. Is the current logic really not correct?
The logic wasn't right. If you did /claimprivate on It disabled the private claim.
Could you maybe take a look at it again? 👍
Old scenario /claimprivate on = false /claimprivate off = true /claimprivate = always true
New scenario
/claimprivate on = true /claimprivate off = false /claimprivate = toggle