Skip to content

Commit

Permalink
fix: duplicated value name in inv-cleaner (CCBlueX#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 authored Aug 22, 2024
1 parent 2d0c2a0 commit 446de82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object ModuleInventoryCleaner : Module("InventoryCleaner", Category.PLAYER) {

private val maxBlocks by int("MaximumBlocks", 512, 0..2500)
private val maxArrows by int("MaximumArrows", 256, 0..2500)
private val maxThrowables by int("MaximumArrows", 64, 0..600)
private val maxThrowables by int("MaximumThrowables", 64, 0..600)

private val isGreedy by boolean("Greedy", true)

Expand Down

0 comments on commit 446de82

Please sign in to comment.