Skip to content

Commit d4cc664

Browse files
committed
Fix config option name in setup_shading
1 parent ef987e7 commit d4cc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docssrc/src/setup_shading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CommandAPIConfig {
3232
CommandAPIConfig verboseOutput(boolean value); // Enables verbose logging
3333
CommandAPIConfig silentLogs(boolean value); // Disables ALL logging (except errors)
3434
CommandAPIConfig useLatestNMSVersion(boolean value); // Whether the latest NMS implementation should be used or not
35-
CommandAPIConfig lenientForMinorVersions(boolean value); // Whether the CommandAPI should be more lenient with minor Minecraft versions
35+
CommandAPIConfig beLenientForMinorVersions(boolean value); // Whether the CommandAPI should be more lenient with minor Minecraft versions
3636
CommandAPIConfig missingExecutorImplementationMessage(String value); // Set message to display when executor implementation is missing
3737
CommandAPIConfig dispatcherFile(File file); // If not null, the CommandAPI will create a JSON file with Brigadier's command tree
3838
CommandAPIConfig setNamespace(String namespace); // The namespace to use when the CommandAPI registers a command

0 commit comments

Comments
 (0)