Remove debug everything
This commit is contained in:
@@ -83,29 +83,7 @@ function shared.Macroer.Init()
|
|||||||
}
|
}
|
||||||
doUpdate = true
|
doUpdate = true
|
||||||
end
|
end
|
||||||
if doUpdate then
|
if doUpdate then FixMacro(recentStinkies) end
|
||||||
FixMacro(recentStinkies)
|
|
||||||
end
|
|
||||||
end)
|
|
||||||
|
|
||||||
hooksecurefunc("JumpOrAscendStart", function()
|
|
||||||
FixMacro({
|
|
||||||
["Paladin"] = {
|
|
||||||
name = "Paladin",
|
|
||||||
class = "Paladin",
|
|
||||||
seenAt = GetTime(),
|
|
||||||
},
|
|
||||||
["Rogue"] = {
|
|
||||||
name = "Rogue",
|
|
||||||
class = "Rogue",
|
|
||||||
seenAt = GetTime(),
|
|
||||||
},
|
|
||||||
["Priest"] = {
|
|
||||||
name = "Priest",
|
|
||||||
class = "Priest",
|
|
||||||
seenAt = GetTime(),
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
print("Heimdall - Macroer loaded")
|
print("Heimdall - Macroer loaded")
|
||||||
|
|||||||
Reference in New Issue
Block a user