mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user