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

This reverts commit 0b452f4ec1.
This commit is contained in:
Akkadius
2023-10-31 09:46:08 -05:00
parent 2237c3a056
commit dfc1bf0381
3 changed files with 0 additions and 12 deletions
-10
View File
@@ -5850,13 +5850,3 @@ void EntityList::DamageArea(
}
}
}
void EntityList::RemoveFromBeacons(Mob *p_mob)
{
for (auto it = beacon_list.begin(); it != beacon_list.end(); ++it) {
if (it->second == p_mob) {
beacon_list.erase(it);
break;
}
}
}