Add updateinterval config to network
This commit is contained in:
@@ -6,5 +6,10 @@ local ModuleName = "Network"
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
shared.Network = {}
|
||||
function shared.Network.Init()
|
||||
local networkFrame = CreateFrame("Frame")
|
||||
networkFrame:SetScript("OnUpdate", function(self, elapsed)
|
||||
if not Heimdall_Data.config.network.enabled then return end
|
||||
|
||||
end)
|
||||
print("[Heimdall] Network module loaded")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user