diff options
Diffstat (limited to 'src/main/kotlin/features/inventory/PriceData.kt')
| -rw-r--r-- | src/main/kotlin/features/inventory/PriceData.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/inventory/PriceData.kt b/src/main/kotlin/features/inventory/PriceData.kt index 77ea03c..804d741 100644 --- a/src/main/kotlin/features/inventory/PriceData.kt +++ b/src/main/kotlin/features/inventory/PriceData.kt @@ -48,7 +48,7 @@ object PriceData : FirmamentFeature { } val sbId = it.stack.skyBlockId val stackSize = it.stack.count - val isShowingStack = TConfig.stackSizeKey.isPressed(atLeast = true) + val isShowingStack = TConfig.stackSizeKey.isPressed() val multiplier = if (isShowingStack) stackSize else 1 val multiplierText = if (isShowingStack) |
