[MIRROR] Fix Ai tracking runtime (#26558)

* Fix Ai tracking runtime (#81518)

## About The Pull Request

First arg is tracker, second arg is name.

## Changelog

🆑 Melbert
fix: Fixes AI double-click tracking
/🆑

* Fix Ai tracking runtime

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-02-19 01:31:11 +01:00
committed by GitHub
co-authored by MrMelbert
parent c0af9ba48a
commit 15fcbfa08d
+1 -1
View File
@@ -195,6 +195,6 @@
if(!tracker || tracker.stat == DEAD)
return
// Need to make sure the tracked mob is in our list
track_name(tracked.name)
track_name(tracker, tracked.name)
#undef CAMERA_TICK_LIMIT