remove client-side spray size limit
This commit is contained in:
parent
21b3eba530
commit
67e98dc4f5
@ -1152,11 +1152,13 @@ void CClientState::AddCustomFile( int slot, const char *resourceFile)
|
|||||||
return; // resource file doesn't exits
|
return; // resource file doesn't exits
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if ( g_pFileSystem->Size( resourceFile ) > MAX_CUSTOM_FILE_SIZE )
|
if ( g_pFileSystem->Size( resourceFile ) > MAX_CUSTOM_FILE_SIZE )
|
||||||
{
|
{
|
||||||
Msg("Customization file '%s' is too big ( >%i bytes).\n", 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
|
return; // resource file doesn't exits
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
CRC32_t crcValue;
|
CRC32_t crcValue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user