Skip to content

Commit 80d358e

Browse files
committed
forgor empty hand check
1 parent 5267d85 commit 80d358e

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/ViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ object ViewModel : Module(
126126
}
127127

128128
val emptyHand = itemStack.isEmpty
129-
if (!enableHand) return
129+
if (!enableHand && emptyHand) return
130130

131131
applyItemFov(matrices, side, emptyHand)
132132
scale(side, matrices, emptyHand)

0 commit comments

Comments
 (0)