Content changes & tests for engine prototype validation PR (#27188)
* Content changes & tests for engine prototype validation PR * A
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Content.YAMLLinter
|
||||
yamlErrors[kind] = set;
|
||||
}
|
||||
|
||||
fieldErrors = protoMan.ValidateFields(prototypes);
|
||||
fieldErrors = protoMan.ValidateStaticFields(prototypes);
|
||||
});
|
||||
|
||||
return (yamlErrors, fieldErrors);
|
||||
|
||||
Reference in New Issue
Block a user