...actually make it work, idiot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user