Skip to content

Commit 110f40d

Browse files
committed
Fix comments
1 parent 2fca498 commit 110f40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/ExploitFixModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object ExploitFixModule: BukkitModule<ExploitFixModule.ModuleConfig, EmptyConfig
4949
data class ModuleConfig(
5050
@Comment("Blocking moving or clicking items in inventory while player is using item.\n" +
5151
"This is for fixing trident/bow duplication exploit.\n" +
52-
"If you are running Paper 1.21.4+, this is already fixed, and you don't need this.")
52+
"If you are running Minecraft 1.21.5 and above, this is already fixed, and you don't need this.")
5353
val blockInventoryClickWhileUsingItems: Boolean = true,
5454
@Comment("More detailed detect to block trident/bow duplication only.\n" +
5555
"If you allow more cheats, enable this.")

0 commit comments

Comments
 (0)