Fix double i++ in M_LoadJoinedIPs

This commit is contained in:
toaster 2022-09-27 19:52:37 +01:00
parent be0b700b76
commit e03a97c18a

View file

@ -538,8 +538,6 @@ void M_LoadJoinedIPs(void)
} }
*c = '\0'; *c = '\0';
} }
i++;
} }
fclose(f); // We're done here fclose(f); // We're done here
} }