Fixed typo in model validation in classes.

This commit is contained in:
Richard Helgeby 2010-01-07 08:56:12 +01:00
parent edf301da42
commit 985650a544
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ stock ClassValidateAttributes(classindex)
if (!StrEqual(model_path, "random", false) &&
!StrEqual(model_path, "random_public", false) &&
!StrEqual(model_path, "random_hidden", false) &&
!StrEqual(model_path, "random_admins", false) &&
!StrEqual(model_path, "random_mother_zombies", false) &&
!StrEqual(model_path, "random_admin", false) &&
!StrEqual(model_path, "random_mother_zombie", false) &&
!StrEqual(model_path, "default", false) &&
!StrEqual(model_path, "no_change", false))
{