From 671577b1e797114da39a210fb4f1ee1a449068c5 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 15:18:54 +0100 Subject: [PATCH] Fixing reference --- source/behavior/spawn_rules/spawn_rules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/spawn_rules/spawn_rules.json b/source/behavior/spawn_rules/spawn_rules.json index 99dda87b..9fd04cc0 100644 --- a/source/behavior/spawn_rules/spawn_rules.json +++ b/source/behavior/spawn_rules/spawn_rules.json @@ -31,7 +31,7 @@ "title": "Identifier", "description": "The entity identifier this spawn rule will apply to, entity must exist", "$comment": "UNDOCUMENTED", - "$ref": "../../../general/entity/identifier.json" + "$ref": "../../general/entity/identifier.json" }, "population_control": { "type": "string",