Scripts | Initialize needs a minimum of 1 item

This commit is contained in:
DaanV2
2021-05-24 14:50:00 +02:00
parent 9455160347
commit f74301f204

View File

@@ -127,6 +127,7 @@
"type": "array",
"description": "Clientside molang variables that are to be evualated during the creation of the entity",
"title": "Initialize",
"minItems": 1,
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/string.json",