Remove debug everything
This commit is contained in:
@@ -83,29 +83,7 @@ function shared.Macroer.Init()
|
||||
}
|
||||
doUpdate = true
|
||||
end
|
||||
if doUpdate then
|
||||
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(),
|
||||
},
|
||||
})
|
||||
if doUpdate then FixMacro(recentStinkies) end
|
||||
end)
|
||||
|
||||
print("Heimdall - Macroer loaded")
|
||||
|
||||
Reference in New Issue
Block a user