diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 46f14319d1..362fd3660f 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3941,7 +3941,7 @@ int Application::processOctreeStats(NLPacket& packet, SharedNodePointer sendingN _octreeSceneStatsLock.lockForWrite(); auto it = _octreeServerSceneStats.find(nodeUUID); if (it != _octreeServerSceneStats.end()) { - octreeStats = &it.value(); + octreeStats = &it->second; statsMessageLength = octreeStats->unpackFromPacket(packet); } else { OctreeSceneStats temp;