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:
@ -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))
|
||||
|
Reference in New Issue
Block a user