Remove printing to essence

This commit is contained in:
2025-01-26 15:07:34 +01:00
parent 68d0393915
commit 6e5c7510d0
3 changed files with 0 additions and 49 deletions

View File

@@ -218,14 +218,6 @@ function shared.Spotter.Init()
string.format("%s (%s)", ruZone or zone, ruSubzone or subzone),
tostring(GetCurrentMapAreaID()),
x * 100, y * 100)
if Heimdall_Data.config.essencex.spotter and Heimdall_Data.config.essencex.enabled then
local msg = {
channel = "C",
data = Heimdall_Data.config.essencex.masterChannel,
message = text
}
table.insert(shared.messenger.queue, msg)
end
if Heimdall_Data.config.spotter.debug then
print(string.format("[%s] Sending notification: %s", ModuleName, text))