🔥 Fix super important issues
This commit is contained in:
parent
9344adea59
commit
65b7cb6c69
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Added CaptionKeys to cloud-bungee
|
- Added CaptionKeys to cloud-bungee
|
||||||
- Added BungeeCommandPreprocessor to cloud-bungee
|
- Added BungeeCommandPreprocessor to cloud-bungee
|
||||||
|
|
||||||
### Chanced
|
### Changed
|
||||||
- Allow for combined presence flags, such that `-a -b -c` is equivalent to `-abc`
|
- Allow for combined presence flags, such that `-a -b -c` is equivalent to `-abc`
|
||||||
|
|
||||||
## [1.0.2] - 2020-10-18
|
## [1.0.2] - 2020-10-18
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ public abstract class LockableCommandManager<C> extends CommandManager<C> {
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
* <p>
|
* <p>
|
||||||
* This should only be called when {@link #isCommandRegistrationAllowed()} is {@code false},
|
* This should only be called when {@link #isCommandRegistrationAllowed()} is {@code true},
|
||||||
* else {@link IllegalStateException} will be called
|
* else {@link IllegalStateException} will be called
|
||||||
*
|
*
|
||||||
* @param command Command to register. {@link Command.Builder#build()}} will be invoked.
|
* @param command Command to register. {@link Command.Builder#build()}} will be invoked.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue