Skip to content

Commit e6c80ac

Browse files
Tweak Javadocs
Co-authored-by: willkroboth <[email protected]>
1 parent 6bbac82 commit e6c80ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

commandapi-core/src/main/java/dev/jorel/commandapi/CommandAPIConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ public Impl useLatestNMSVersion(boolean value) {
9696
* when updating to a minor release of Minecraft. As an example, this setting can allow
9797
* updating to 1.21.2 from 1.21.1 but doesn't allow updating to 1.22 from 1.21.2.
9898
* Unlike {@link #useLatestNMSVersion(boolean)}, this setting does
99-
* not blindly load the latest NMS version and as a result breaks cross version compatibility
100-
* but will actually prefer loading the correct NMS implementation.
99+
* not blindly load the latest NMS version, but will prefer loading the correct NMS implementation when available.
101100
*
102101
* @param value whether the CommandAPI should assume that minor Minecraft releases do not cause incompatibilities
103102
* @return this CommandAPIConfig

0 commit comments

Comments
 (0)