Update
Some checks failed
Release Workflow / release (push) Failing after 18s

This commit is contained in:
2025-05-05 00:58:16 +02:00
parent 5d8afe8db7
commit d57b573683
2 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ function shared.NetworkMessenger.Init()
local target = strtrim(tostring(parts[4]))
if Heimdall_Data.config.networkMessenger.debug then
print(
string.format("[%s] Received message command: %s %s %s", ModuleName, content, targetchannel, target)
string.format("[%s] Received message command: %s %s %s", ModuleName, content, targetchannel, target)
)
end
---@type Message