This commit is contained in:
def 2014-01-02 02:27:38 +01:00
parent 73dc056d04
commit dcde67b45e

View file

@ -219,8 +219,8 @@ void CGameWorld::UpdatePlayerMaps()
if (mapc < VANILLA_MAX_CLIENTS - 1)
map[mapc] = k;
else
if (dist[j].first < 4300) // dont bother freeing up space for players which are too far to be displayed anyway
demand++;
//if (dist[j].first < 4300) // dont bother freeing up space for players which are too far to be displayed anyway
demand++;
}
for (int j = MAX_CLIENTS - 1; j > VANILLA_MAX_CLIENTS - 2; j--)
{