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
/🆑
This commit is contained in:
MrMelbert
2024-02-17 20:47:35 -06:00
committed by GitHub
parent 705f0743b4
commit f500d5d68a
+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