This commit is contained in:
ZappoMan 2013-11-04 13:21:30 -08:00
parent e8a1a383a3
commit e0d5f2476c

View file

@ -347,7 +347,7 @@ int VoxelSendThread::deepestLevelVoxelDistributor(Node* node, VoxelNodeData* nod
nodeData->map.erase(); // It would be nice if we could save this, and only reset it when the view frustum changes
}
if (false || _myServer->wantsDebugVoxelSending()) {
if (_myServer->wantsDebugVoxelSending()) {
printf("truePacketsSent=%d packetsSentThisInterval=%d maxPacketsPerInterval=%d server PPI=%d nodePPS=%d nodePPI=%d\n",
truePacketsSent, packetsSentThisInterval, maxPacketsPerInterval, _myServer->getPacketsPerClientPerInterval(),
nodeData->getMaxVoxelPacketsPerSecond(), clientMaxPacketsPerInterval);