Fix stinky tracker parsing arrived messages

This commit is contained in:
2025-01-27 12:31:36 +01:00
parent e04eb57202
commit 498432d968

View File

@@ -171,7 +171,7 @@ function shared.StinkyTracker.Init()
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
print(string.format("[%s] Processing ARRIVED message from %s", ModuleName, sender))
end