Skip to content

Commit

Permalink
fix: AngleResetDifference option not being visible in NoRotateSet.
Browse files Browse the repository at this point in the history
  • Loading branch information
opZywl committed Jan 31, 2025
1 parent 6f5ab54 commit 8788fe0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ object NoRotateSet : Module("NoRotateSet", Category.OTHER, gameDetecting = false

private val options = AlwaysRotationSettings(this) { affectRotation }.apply {
withoutKeepRotation()
// Avoidable by just hiding applyServerSideValue instead
strafeValue.setSupport { rotationsActive && affectRotation }
angleResetDifferenceValue.setSupport { rotationsActive && affectRotation }
applyServerSideValue.excludeWithState(true)
resetTicksValue.excludeWithState(1)
}
Expand Down

0 comments on commit 8788fe0

Please sign in to comment.