mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
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:
@@ -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