(minor English issues, most of which are via /dev/humancontroller)
This commit is contained in:
Zachary Slater 2011-02-09 05:51:33 +00:00
parent 476e35f50e
commit 5e0d0efd2e
18 changed files with 26 additions and 26 deletions

View file

@ -333,7 +333,7 @@ qboolean FS_PakIsPure( pack_t *pack ) {
for ( i = 0 ; i < fs_numServerPaks ; i++ ) {
// FIXME: also use hashed file names
// NOTE TTimo: a pk3 with same checksum but different name would be validated too
// I don't see this as allowing for any exploit, it would only happen if the client does manips of it's file names 'not a bug'
// I don't see this as allowing for any exploit, it would only happen if the client does manips of its file names 'not a bug'
if ( pack->checksum == fs_serverPaks[i] ) {
return qtrue; // on the aproved list
}