Fixed spelling error (evualated to evaluated) (#112)
This commit is contained in:
@@ -512,24 +512,24 @@
|
|||||||
},
|
},
|
||||||
"initialize": {
|
"initialize": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Clientside molang variables that are to be evualated during the creation of the entity.",
|
"description": "Clientside molang variables that are to be evaluated during the creation of the entity.",
|
||||||
"title": "Initialize",
|
"title": "Initialize",
|
||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"pattern": ";$",
|
"pattern": ";$",
|
||||||
"$ref": "../../../molang/string.json",
|
"$ref": "../../../molang/string.json",
|
||||||
"description": "Clientside molang variables that are to be evualated during the creation of the entity.",
|
"description": "Clientside molang variables that are to be evaluated during the creation of the entity.",
|
||||||
"title": "Initialize"
|
"title": "Initialize"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_animation": {
|
"pre_animation": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Clientside molang variables that are to be evualated during the animation.",
|
"description": "Clientside molang variables that are to be evaluated during the animation.",
|
||||||
"title": "Pre Animation",
|
"title": "Pre Animation",
|
||||||
"items": {
|
"items": {
|
||||||
"pattern": ";$",
|
"pattern": ";$",
|
||||||
"$ref": "../../../molang/string.json",
|
"$ref": "../../../molang/string.json",
|
||||||
"description": "Clientside molang variables that are to be evualated during the animation.",
|
"description": "Clientside molang variables that are to be evaluated during the animation.",
|
||||||
"title": "Pre Animation"
|
"title": "Pre Animation"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user