remove client-side spray size limit

This commit is contained in:
BotoX 2021-01-03 13:49:18 +01:00
parent 21b3eba530
commit 67e98dc4f5
1 changed files with 2 additions and 0 deletions

View File

@ -1152,11 +1152,13 @@ void CClientState::AddCustomFile( int slot, const char *resourceFile)
return; // resource file doesn't exits
}
/*
if ( g_pFileSystem->Size( resourceFile ) > MAX_CUSTOM_FILE_SIZE )
{
Msg("Customization file '%s' is too big ( >%i bytes).\n", resourceFile, MAX_CUSTOM_FILE_SIZE );
return; // resource file doesn't exits
}
*/
CRC32_t crcValue;