Skip to content

Commit

Permalink
Make thinFishingRodLineThickness false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Dec 22, 2024
1 parent 409e7c2 commit 45f41a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ class AnimatiumConfig {
@SerialEntry var noMoveFishingRodLine = true
@SerialEntry var oldFishingRodLinePositionThirdPerson = true
@SerialEntry var oldFishingRodLineThickness = true
@SerialEntry var thinFishingRodLineThickness = true
@SerialEntry var thinFishingRodLineThickness = false
@SerialEntry var fixCastLineCheck = true
@SerialEntry var fixCastLineSwing = true

Expand Down

0 comments on commit 45f41a1

Please sign in to comment.