[Crash] Fix spell in AESpell related to beacons (#3659)

This commit is contained in:
Chris Miles
2023-10-29 18:45:24 -05:00
committed by GitHub
parent fef629e1df
commit 0b452f4ec1
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -560,6 +560,7 @@ Mob::~Mob()
entity_list.RemoveMobFromCloseLists(this);
entity_list.RemoveAuraFromMobs(this);
entity_list.RemoveFromBeacons(this);
close_mobs.clear();