remove useless variable

This commit is contained in:
Jim Shield
2022-08-29 10:29:55 +01:00
committed by GitHub
parent f1cf454687
commit 50f5dab7cb

View File

@@ -95,7 +95,6 @@ end
local weedEffect = false
function WeedEffect()
if weedEffect then return else weedEffect = true end
weedEffect = true
if Config.Debug then print("^5Debug^7: ^3WeedEffect^7() ^2activated") end
AnimpostfxPlay("DrugsMichaelAliensFightIn", 3.0, 0)
Wait(math.random(3000, 20000))
@@ -245,4 +244,4 @@ function StopEffects() -- Used to clear up any effects stuck on screen
AnimpostfxStop('RaceTurbo')
AnimpostfxStop('FocusIn')
AnimpostfxStop('Rampage')
end
end