fix: require bz/ah tooltip being off for keybind to work
This commit is contained in:
@@ -61,9 +61,8 @@ object PriceData : FirmamentFeature {
|
||||
|
||||
@Subscribe
|
||||
fun onItemTooltip(it: ItemTooltipEvent) {
|
||||
if (!TConfig.tooltipEnabled && !TConfig.enableKeybinding.isPressed()) {
|
||||
return
|
||||
}
|
||||
if (!TConfig.tooltipEnabled) return
|
||||
if (TConfig.enableKeybinding.isBound && !TConfig.enableKeybinding.isPressed()) return
|
||||
val sbId = it.stack.skyBlockId
|
||||
val stackSize = it.stack.count
|
||||
val isShowingStack = TConfig.stackSizeKey.isPressed()
|
||||
|
||||
Reference in New Issue
Block a user