...actually make it work, idiot

This commit is contained in:
2025-01-13 10:30:49 +01:00
parent 22b1b6bc73
commit 770420a5b2
4 changed files with 8 additions and 5 deletions

View File

@@ -232,7 +232,6 @@ function shared.Commander.Init()
seenAt = GetTime(),
hostile = true
}
shared.dumpTable(shared.stinkyTracker.stinkies)
end
return {}
end
@@ -289,7 +288,7 @@ function shared.Commander.Init()
or (command.commanderOnly
and sender == Heimdall_Data.config.commander.commander)) then
if msg:match(command.keywordRe) then
local messages = command.callback({ strsplit(" ", msg) })
local messages = command.callback({ strsplit(",", msg) })
if Heimdall_Data.config.commander.debug then
print(string.format("[%s] Messages to send: %s", ModuleName, strjoin(", ", unpack(messages))))
end