Skip to content

Commit be98560

Browse files
v3.0.0
EstimateAbsVelocity() update
1 parent 12ea494 commit be98560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swing_Prediction.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
2525
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
2626
local mAutoRefill = menu:AddComponent(MenuLib.Checkbox("Auto Crit Refill", true))
2727
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (soon)", false))
28-
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,400 , 250 ))
28+
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,300 , 250 ))
2929
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,777 , 132 ))
3030
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
3131

0 commit comments

Comments
 (0)