Fix a typo and therefore make a crash with QC server lists disappear

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6261 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Eukara 2022-06-10 17:10:51 +00:00
parent 6bd79c8ff8
commit fab14e046f
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ static void Master_HideServer(serverinfo_t *server)
{
for (j = i; j < numvisibleservers-1; j++)
visibleservers[j] = visibleservers[j+1];
visibleservers--;
numvisibleservers--;
}
else
i++;