Skip to content

Commit b967bd9

Browse files
v2.6.8
1 parent f6e340e commit b967bd9

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
@@ -30,7 +30,7 @@ end, ItemFlags.FullWidth))]]
3030
local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
3131
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
3232
local mKillaura = menu:AddComponent(MenuLib.Checkbox("Killaura (Beta)", true))
33-
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,295 , 275 ))
33+
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,295 , 250 ))
3434
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,777 , 132 ))
3535
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
3636

0 commit comments

Comments
 (0)