Remove vestigial code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user