Rework macroer to use the new stinkytracker

This commit is contained in:
2025-01-06 01:42:46 +01:00
parent 85a28bc7ca
commit aff3e83bab
2 changed files with 6 additions and 98 deletions

View File

@@ -357,17 +357,17 @@ local function init()
return input
end
shared.Whoer.Init()
shared.Messenger.Init()
shared.StinkyTracker.Init()
shared.AgentTracker.Init()
shared.Whoer.Init()
shared.Spotter.Init()
shared.DeathReporter.Init()
shared.Inviter.Init()
shared.Dueler.Init()
shared.Bully.Init()
shared.AgentTracker.Init()
shared.Macroer.Init()
shared.Commander.Init()
shared.StinkyTracker.Init()
shared.CombatAlerter.Init()
print("Heimdall loaded!")
end