🐛 Use the correct default values for Double and Float ranges in the StandardParserRegistry

This commit is contained in:
jmp 2020-10-26 22:34:12 -07:00 committed by Alexander Söderberg
parent 118005978f
commit 9a5c674f0d
2 changed files with 7 additions and 4 deletions

View file

@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added access to the CloudBrigadierManager from Brigadier-enabled command managers
- Added parameter injectors
- Store currently parsing command argument in the command context
### Fixed
- Use the correct default range for Double and Float parsers in the StandardParserRegistry
## [1.1.0] - 2020-10-24