File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
commandapi-core/src/main/java/dev/jorel/commandapi Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments