mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
Newlines at end of k_profiles and k_serverstats
This commit is contained in:
parent
d61d822231
commit
d85779c12b
2 changed files with 1 additions and 2 deletions
|
|
@ -628,4 +628,3 @@ boolean PR_IsKeyGuest(uint8_t *key)
|
|||
{
|
||||
memset(allZero, 0, PUBKEYLENGTH);
|
||||
return (memcmp(key, allZero, PUBKEYLENGTH) == 0);
|
||||
}
|
||||
|
|
@ -204,4 +204,4 @@ void SV_UpdateStats(void)
|
|||
}
|
||||
|
||||
SV_SaveStats();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue