Remove vestigial code

This commit is contained in:
2025-01-01 15:00:08 +01:00
parent 137ce0a3a7
commit 0ceb59c778
8 changed files with 22 additions and 25 deletions

View File

@@ -5,11 +5,6 @@ local addonname, shared = ...
---@diagnostic disable-next-line: missing-fields
shared.Spotter = {}
function shared.Spotter.Init()
-- if not Heimdall_Data.config.spotter.enabled then
-- print("Heimdall - Spotter disabled")
-- return
-- end
local function FormatHP(hp)
if hp > 1e9 then
return string.format("%.1fB", hp / 1e9)