Fix up the log messages a lil
Unbutcher inviter
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
local addonname, shared = ...
|
||||
---@cast shared HeimdallShared
|
||||
---@cast addonname string
|
||||
local ModuleName = "Bully"
|
||||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
shared.Bully = {}
|
||||
function shared.Bully.Init()
|
||||
print("Heimdall - Bully loaded")
|
||||
if Heimdall_Data.config.bully.debug then
|
||||
print(string.format("[%s] Module initialized", ModuleName))
|
||||
end
|
||||
print("[Heimdall] Bully loaded")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user