from retail
This commit is contained in:
@@ -2381,9 +2381,11 @@ do
|
||||
|
||||
if (showgcd) then
|
||||
if ((gcdStart or 0) + (gcdDuration or 0) > startTime + duration) then
|
||||
if startTime == 0 then
|
||||
gcdCooldown = true
|
||||
end
|
||||
startTime = gcdStart;
|
||||
duration = gcdDuration;
|
||||
gcdCooldown = true;
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2403,9 +2405,11 @@ do
|
||||
end
|
||||
if (showgcd) then
|
||||
if ((gcdStart or 0) + (gcdDuration or 0) > startTime + duration) then
|
||||
if startTime == 0 then
|
||||
gcdCooldown = true
|
||||
end
|
||||
startTime = gcdStart;
|
||||
duration = gcdDuration;
|
||||
gcdCooldown = true;
|
||||
end
|
||||
end
|
||||
return startTime, duration, enabled, gcdCooldown;
|
||||
@@ -2437,9 +2441,11 @@ do
|
||||
|
||||
if (showgcd) then
|
||||
if ((gcdStart or 0) + (gcdDuration or 0) > startTime + duration) then
|
||||
if startTime == 0 then
|
||||
gcdCooldown = true
|
||||
end
|
||||
startTime = gcdStart;
|
||||
duration = gcdDuration;
|
||||
gcdCooldown = true;
|
||||
end
|
||||
end
|
||||
return startTime, duration, enabled, gcdCooldown;
|
||||
|
||||
Reference in New Issue
Block a user