Remove vestigial code
This commit is contained in:
@@ -30,6 +30,8 @@ local function init()
|
||||
---@field Spotter InitTable
|
||||
---@field DeathReporter InitTable
|
||||
---@field Inviter InitTable
|
||||
---@field Dueler InitTable
|
||||
---@field Bully InitTable
|
||||
|
||||
--- Config ---
|
||||
---@class HeimdallConfig
|
||||
@@ -270,6 +272,8 @@ local function init()
|
||||
shared.Spotter.Init()
|
||||
shared.DeathReporter.Init()
|
||||
shared.Inviter.Init()
|
||||
shared.Dueler.Init()
|
||||
shared.Bully.Init()
|
||||
print("Heimdall loaded!")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user