Core/AreaTrigger: Remove useful check

This commit is contained in:
Vincent-Michael
2014-07-13 04:13:22 +02:00
parent 877fc267df
commit d920463fe5

View File

@@ -50,9 +50,6 @@ void AreaTrigger::RemoveFromWorld()
///- Remove the AreaTrigger from the accessor and from all lists of objects in world
if (IsInWorld())
{
if (!IsInWorld())
return;
WorldObject::RemoveFromWorld();
sObjectAccessor->RemoveObject(this);
}