Updated docs with new model error messages. Minior fixes.

Improved error handling of model list.
Fixed typo in class attribute validator.
Changed cvar defaults: class menu auto-close and overlay default state.
This commit is contained in:
richard
2009-11-28 22:32:44 +01:00
parent 96b285d7ac
commit 109a923ae3
5 changed files with 122 additions and 26 deletions

View File

@ -169,7 +169,7 @@ stock ClassValidateAttributes(classindex)
!StrEqual(model_path, "random_admins", false) &&
!StrEqual(model_path, "random_mother_zombies", false) &&
!StrEqual(model_path, "default", false) &&
!StrEqual(model_path, "nochange", false))
!StrEqual(model_path, "no_change", false))
{
// Check if the file exists.
if (!FileExists(model_path))