Remove Commented out, very very important line

This commit is contained in:
ExeVirus 2024-05-11 23:31:30 -04:00
parent b928bc6612
commit 3c0394568a
1 changed files with 1 additions and 1 deletions

View File

@ -103,8 +103,8 @@ bool ActiveObjectMgr::registerObject(std::unique_ptr<ServerActiveObject> obj)
}
auto obj_id = obj->getId();
m_spatial_map.insert(obj_id, obj->getBasePosition());
m_active_objects.put(obj_id, std::move(obj));
//m_spatial_map.insert(obj_id, obj->getBasePosition());
auto new_size = m_active_objects.size();
verbosestream << "Server::ActiveObjectMgr::addActiveObjectRaw(): "