Merged heads, with manual fixes to not revert newer changes.

This commit is contained in:
richard
2009-04-27 19:51:29 +02:00
35 changed files with 1161 additions and 521 deletions

View File

@ -495,7 +495,7 @@ bool:ClassReloadDataCache()
bool:ClassReloadPlayerCache(client, classindex, cachetype = ZR_CLASS_CACHE_MODIFIED)
{
// Validate indexes.
if (!ClassValidateIndex(classindex) || !ZRIsValidClient(client))
if (!ClassValidateIndex(classindex) || !ZRIsClientValid(client))
{
return false;
}