You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes hostile mob's friends list entries getting deleted while in use (#37297)
* Adds a check to ensure that the lastassailant weakref isn't also being used by a hostile mob for its friends list, preventing mobs from forgetting their friends.
* Replaces lastassailant weakref deletion with setting to null
Fixes bugs caused by the lastassailant weakref getting deleted, which would break any other objects that were using that weakref.
0 commit comments