This commit is contained in:
def 2014-01-02 02:26:25 +01:00
parent 0bcafcc72b
commit 73dc056d04

View file

@ -214,7 +214,7 @@ void CGameWorld::UpdatePlayerMaps()
for (int j = 0; j < VANILLA_MAX_CLIENTS - 1; j++)
{
int k = dist[j].second;
//if (rMap[k] != -1 || dist[j].first > 1e9) continue;
if (rMap[k] != -1) continue;
while (mapc < VANILLA_MAX_CLIENTS && map[mapc] != -1) mapc++;
if (mapc < VANILLA_MAX_CLIENTS - 1)
map[mapc] = k;