mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix double i++ in M_LoadJoinedIPs
This commit is contained in:
parent
be0b700b76
commit
e03a97c18a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue