Skip to content

Commit 91f41c2

Browse files
committed
turn off disable w-tap sprint by default
1 parent 9447006 commit 91f41c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/org/polyfrost/polysprint/client/PolySprintConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object PolySprintConfig : Config(
5151
var toggleSneak = false
5252

5353
@JvmStatic @Switch(title = "Disable W-Tap Sprint")
54-
var disableWTapSprint = true
54+
var disableWTapSprint = false
5555

5656
@JvmField
5757
@Include

0 commit comments

Comments
 (0)