mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 13:11:30 +00:00
whatever devhc you're right
This commit is contained in:
parent
cf791d14c5
commit
774955c748
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ static void UpdateIPBans (void)
|
|||
Q_strcat(ip, sizeof(ip), va("%i", b[j]));
|
||||
Q_strcat(ip, sizeof(ip), (j<3) ? "." : " ");
|
||||
}
|
||||
if (strlen(iplist_final)+strlen(ip) < MAX_CVAR_VALUE_STRING - 1)
|
||||
if (strlen(iplist_final)+strlen(ip) < MAX_CVAR_VALUE_STRING)
|
||||
{
|
||||
Q_strcat( iplist_final, sizeof(iplist_final), ip);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue