mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-19 15:36:05 +01:00
remove useless variable
This commit is contained in:
@@ -95,7 +95,6 @@ end
|
|||||||
local weedEffect = false
|
local weedEffect = false
|
||||||
function WeedEffect()
|
function WeedEffect()
|
||||||
if weedEffect then return else weedEffect = true end
|
if weedEffect then return else weedEffect = true end
|
||||||
weedEffect = true
|
|
||||||
if Config.Debug then print("^5Debug^7: ^3WeedEffect^7() ^2activated") end
|
if Config.Debug then print("^5Debug^7: ^3WeedEffect^7() ^2activated") end
|
||||||
AnimpostfxPlay("DrugsMichaelAliensFightIn", 3.0, 0)
|
AnimpostfxPlay("DrugsMichaelAliensFightIn", 3.0, 0)
|
||||||
Wait(math.random(3000, 20000))
|
Wait(math.random(3000, 20000))
|
||||||
|
|||||||
Reference in New Issue
Block a user