core: fix And/OrPermission losing conditional tree (#296)

This commit is contained in:
Jake Potrebic 2021-09-14 17:43:45 -07:00 committed by Jason
parent 5648128217
commit 9f0ff4e504
4 changed files with 30 additions and 10 deletions

View file

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Bukkit: Permission checking and syntax string for Bukkit '/help' command
- And/OrPermission factory method `of` did not preserve the conditional tree
## [1.5.0]