Merge pull request #31 from xPaw/burn-baby-burn

Remove compatibility stuff from the core
This commit is contained in:
Vincent Herbet
2014-07-27 12:07:58 +02:00
27 changed files with 30 additions and 955 deletions

View File

@@ -474,8 +474,7 @@ char *CPluginMngr::ReadIntoOrFromCache(const char *file, size_t &bufsize)
pl->file = new CAmxxReader(file, sizeof(cell));
pl->buffer = NULL;
if (pl->file->GetStatus() != CAmxxReader::Err_None ||
pl->file->IsOldFile())
if (pl->file->GetStatus() != CAmxxReader::Err_None)
{
delete pl->file;
delete pl;