We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de0a50 commit cde4783Copy full SHA for cde4783
A_Swing_Prediction.lua
@@ -327,6 +327,8 @@ local function GetBestTarget(me)
327
-- Check if we have a whip and the "whip teammates" option is off, but the player is on the local player's team
328
if not mWhipMate:GetValue() and swingrange == 109.5 and playerTeam == localPlayerTeam then
329
goto continue
330
+ elseif mWhipMate:GetValue() and swingrange ~= 109.5 and playerTeam == localPlayerTeam then
331
+ goto continue
332
end
333
334
if gui.GetValue("ignore cloaked") == 1 and player:InCond(4) then
0 commit comments