From 67f513ccbe54d02f0f6f034d4d6aa1718e132f74 Mon Sep 17 00:00:00 2001 From: Reece Date: Fri, 24 Jun 2022 22:45:11 +0100 Subject: [PATCH] [*] auProjectBlockHandlers -> auProjectRefHandlers under pRunIncludeTasks. wtf? --- Core/JSON/jsonProjectHandlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/JSON/jsonProjectHandlers.lua b/Core/JSON/jsonProjectHandlers.lua index 508ae6d..fecc7b3 100644 --- a/Core/JSON/jsonProjectHandlers.lua +++ b/Core/JSON/jsonProjectHandlers.lua @@ -556,7 +556,7 @@ local function __pRunOtherLang(processor, object, resolve) end local function __pRunIncludeTasks(processor, object, isIncludeLocalProject) - __pRunTasks(processor, object, auProjectBlockHandlers, kReferenceTasks, isIncludeLocalProject) + __pRunTasks(processor, object, auProjectRefHandlers, kReferenceTasks, isIncludeLocalProject) if (object.type:lower() == "aurora") then _includeDirectoryEx(processor:getMeta().path .. "/Include")