Skip to content

Commit ae68bff

Browse files
committed
fix wrong default value
1 parent dc30c3c commit ae68bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/module/modules/player/StackReplenish.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object StackReplenish : Module(
4444
applyEdits {
4545
hideAllGroupsExcept(inventoryConfig)
4646
inventoryConfig.apply {
47-
::immediateAccessOnly.edit { defaultValue(false) }
47+
::immediateAccessOnly.edit { defaultValue(true) }
4848
hide(::disposables, ::swapWithDisposables, ::providerPriority, ::storePriority)
4949
}
5050
}

0 commit comments

Comments
 (0)