Fix stinky tracker parsing arrived messages
This commit is contained in:
@@ -171,7 +171,7 @@ function shared.StinkyTracker.Init()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if string.find(msg, "times: ") then
|
if string.find(msg, "arrived to") or string.find(msg, "moved to") then
|
||||||
if Heimdall_Data.config.stinkyTracker.debug then
|
if Heimdall_Data.config.stinkyTracker.debug then
|
||||||
print(string.format("[%s] Processing ARRIVED message from %s", ModuleName, sender))
|
print(string.format("[%s] Processing ARRIVED message from %s", ModuleName, sender))
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user