diff --git a/source/frontend/StarNameplatePainter.cpp b/source/frontend/StarNameplatePainter.cpp index 0bc96ff..06ffabb 100644 --- a/source/frontend/StarNameplatePainter.cpp +++ b/source/frontend/StarNameplatePainter.cpp @@ -69,7 +69,7 @@ void NameplatePainter::update(WorldClientPtr const& world, WorldCamera const& ca } }); - m_entitiesWithNametags = foundEntities; + m_entitiesWithNametags = move(foundEntities); m_nametags.update(); }