From 83d1be485231d1a2e65cfae4a79f336de51195b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Jul 2022 15:17:13 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 8ec3bae2..5281c3ab 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -586,7 +586,7 @@ }, "possibleExits": { "type": "array", - "description": "An array of integers from 0-5. By default, all entrances are allowed. To force this node to warp players out from only one hole set this value to [3], [5], or similar. Values of 0-5 only.", + "description": "An array of integers from 0-5. By default, all exits are allowed. To force this node to warp players out from only one hole set this value to [3], [5], or similar. Values of 0-5 only.", "items": { "type": "integer", "format": "int32"