Run init for networkmessenger

This commit is contained in:
2025-01-15 13:20:28 +01:00
parent 119eb7965b
commit 3efd99cdc8

View File

@@ -572,6 +572,7 @@ local function init()
shared.Sniffer.Init() shared.Sniffer.Init()
shared.Noter.Init() shared.Noter.Init()
shared.Network.Init() shared.Network.Init()
shared.NetworkMessenger.Init()
print("Heimdall loaded!") print("Heimdall loaded!")
end end