Skip to content

Commit cde4783

Browse files
v6.2
1 parent 0de0a50 commit cde4783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

A_Swing_Prediction.lua

+2
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ local function GetBestTarget(me)
327327
-- Check if we have a whip and the "whip teammates" option is off, but the player is on the local player's team
328328
if not mWhipMate:GetValue() and swingrange == 109.5 and playerTeam == localPlayerTeam then
329329
goto continue
330+
elseif mWhipMate:GetValue() and swingrange ~= 109.5 and playerTeam == localPlayerTeam then
331+
goto continue
330332
end
331333

332334
if gui.GetValue("ignore cloaked") == 1 and player:InCond(4) then

0 commit comments

Comments
 (0)