Skip to content

Commit 0ae0a4e

Browse files
committed
fix: revert some of my reverts
1 parent 12d97d6 commit 0ae0a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/dev-setup/shading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class CommandAPIBukkitConfig extends CommandAPIConfig {
6363
}
6464
```
6565

66-
In order to create a `CommandAPIBukkitConfig` object, you must give it a reference to your `JavaPlugin` instance. The CommandAPI always uses this to registers events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the `hook-paper-reload` configuration option, which may be configured using a `CommandAPIBukkitConfig` instance.
66+
In order to create a `CommandAPIBukkitConfig` object, you must give it a reference to your `JavaPlugin` instance. The CommandAPI always uses this to register events, so it is required when loading the CommandAPI on Bukkit. There are also Bukkit-specific features, such as the `hook-paper-reload` configuration option, which may be configured using a `CommandAPIBukkitConfig` instance.
6767

6868
For example, to load the CommandAPI on Bukkit with all logging disabled, you can use the following:
6969

0 commit comments

Comments
 (0)